Page
Library
Module
Module type
Parameter
Class
Class type
Source
Fadiff.FTypeName
SourceRe-define usual operators to compute values and derivatives for elements of type T.t in forward mode.
module T : sig ... end
Type of values: this is the type that the user should use with make
and that will be returned by get
d f i
retrieves the derivative of variable of index i
in computation f
as an elt
set_deriv f i x
sets the derivative of f
with respect to the variable of index i
to x
deriv f i
retrieves the derivative of variable of index i
in computation f