Derived Types

TypeLocationExtendsDescription
diff_func diff_module None

class to define the function for diff

finite_diff_method numerical_differentiation_module None

defines the finite difference method used to compute the Jacobian.

Read more…
function_cache numdiff_cache_module None

a vector function cache.

fx numdiff_cache_module None

an [x,f(x)] cached pair.

meth_array numerical_differentiation_module None

to store an array of finite_diff_method types this is used when the mode=2 option is used in numdiff_type

numdiff_type numerical_differentiation_module None

base type for sparsity and Jacobian computations.

sparsity_pattern numerical_differentiation_module None

A sparsity pattern

type~~graph~~TypeGraph type~diff_func diff_func type~finite_diff_method finite_diff_method type~function_cache function_cache type~fx fx type~function_cache->type~fx c type~meth_array meth_array type~meth_array->type~finite_diff_method meth type~numdiff_type numdiff_type type~numdiff_type->type~finite_diff_method meth type~numdiff_type->type~function_cache cache type~numdiff_type->type~meth_array class_meths type~sparsity_pattern sparsity_pattern type~numdiff_type->type~sparsity_pattern sparsity
Help