Procedure | Location | Procedure Type | Description |
---|---|---|---|
complex_step_derivative_T0_T0 | fordiff | Function | Calculates the derivative of a scalar-valued function w.r.t. a scalar-valued variable using complex step differentiation. |
complex_step_derivative_T0_T1 | fordiff | Function | Calculates the derivative of a scalar-valued function w.r.t. a vector-valued variable using complex step differentiation. |
complex_step_derivative_T1_T1 | fordiff | Function | Calculates the derivative of a vector-valued function w.r.t. a vector-valued variable using complex step differentiation. |
derivative | fordiff | Interface | Derivative interface |
finite_difference_backward_T0_T0 | fordiff | Function | Calculates the derivative of a scalar-valued function w.r.t. a scalar-valued variable using the backward finite difference method. |
finite_difference_backward_T0_T1 | fordiff | Function | Calculates the derivative of a scalar-valued function w.r.t. a vector-valued variable using the backward finite difference method. |
finite_difference_backward_T1_T1 | fordiff | Function | Calculates the derivative of a vector-valued function w.r.t. a vector-valued variable using the backward finite difference method. |
finite_difference_central_T0_T0 | fordiff | Function | Calculates the derivative of a scalar-valued function w.r.t. a scalar-valued variable using the central finite difference method. |
finite_difference_central_T0_T1 | fordiff | Function | Calculates the derivative of a scalar-valued function w.r.t. a vector-valued variable using the central finite difference method. |
finite_difference_central_T1_T1 | fordiff | Function | Calculates the derivative of a vector-valued function w.r.t. a vector-valued variable using the central finite difference method. |
finite_difference_forward_T0_T0 | fordiff | Function | Calculates the derivative of a scalar-valued function w.r.t. a scalar-valued variable using the forward finite difference method. |
finite_difference_forward_T0_T1 | fordiff | Function | Calculates the derivative of a scalar-valued function w.r.t. a vector-valued variable using the forward finite difference method. |
finite_difference_forward_T1_T1 | fordiff | Function | Calculates the derivative of a vector-valued function w.r.t. a vector-valued variable using the forward finite difference method. |
finite_difference_T0_T0 | fordiff | Function | Calculates the derivative of a scalar-valued function w.r.t. a scalar-valued variable using finite difference methods (forward, backward, central). |
finite_difference_T0_T1 | fordiff | Function | Calculates the derivative of a scalar-valued function w.r.t. a vector-valued variable using finite difference methods (forward, backward, central). |
finite_difference_T1_T1 | fordiff | Function | Calculates the derivative of a vector-valued function w.r.t. a vector-valued variable using finite difference methods (forward, backward, central). |
func1 | mod_func1 | Function | |
func2 | mod_func2 | Function | |
func3 | mod_func3 | Function | |
func4 | mod_func4 | Function | |
func5 | mod_func5 | Function | |
func6 | mod_func6 | Function |