mbsim  4.0.0
MBSim Kernel
MBSim::NewtonMethod Member List

This is the complete list of members for MBSim::NewtonMethod, including all inherited members.

fctMBSim::NewtonMethodprivate
getInfo() const (defined in MBSim::NewtonMethod)MBSim::NewtonMethodinline
getNumberOfIterations() const (defined in MBSim::NewtonMethod)MBSim::NewtonMethodinline
info (defined in MBSim::NewtonMethod)MBSim::NewtonMethodprivate
iter (defined in MBSim::NewtonMethod)MBSim::NewtonMethodprivate
itmaxMBSim::NewtonMethodprivate
jacMBSim::NewtonMethodprivate
kmax (defined in MBSim::NewtonMethod)MBSim::NewtonMethodprivate
NewtonMethod(Function< double(double)> *fct_, Function< double(double)> *jac_=nullptr) (defined in MBSim::NewtonMethod)MBSim::NewtonMethod
setMaximumDampingSteps(int kmax_) (defined in MBSim::NewtonMethod)MBSim::NewtonMethodinline
setMaximumNumberOfIterations(int itmax_) (defined in MBSim::NewtonMethod)MBSim::NewtonMethodinline
setTolerance(double tol_) (defined in MBSim::NewtonMethod)MBSim::NewtonMethodinline
solve(const double &x)MBSim::NewtonMethod
tolMBSim::NewtonMethodprivate