20 #ifndef NUMERICSNEWTONMEHTODFUNCTION_H_
21 #define NUMERICSNEWTONMEHTODFUNCTION_H_
23 #include <fmatvec/fmatvec.h>
24 #include <mbsim/functions/function.h>
123 #endif // NUMERICSNEWTONMEHTODFUNCTION_H_
class to compute the Jacobian matrix for the newton method numerically
Definition: newton_method_jacobian_functions.h:61
base class for square Jacobians used for the newton method
Definition: newton_method_jacobian_functions.h:31
Definition: planar_contour.h:31
NumericalNewtonJacobianFunction()
constructor
Definition: newton_method_jacobian_functions.cc:33
NewtonJacobianFunction()
constructor
Definition: newton_method_jacobian_functions.cc:29