mbsim
4.0.0
MBSim Kernel
|
This is the complete list of members for MBSim::NewtonMethod, including all inherited members.
fct | MBSim::NewtonMethod | private |
getInfo() const (defined in MBSim::NewtonMethod) | MBSim::NewtonMethod | inline |
getNumberOfIterations() const (defined in MBSim::NewtonMethod) | MBSim::NewtonMethod | inline |
info (defined in MBSim::NewtonMethod) | MBSim::NewtonMethod | private |
iter (defined in MBSim::NewtonMethod) | MBSim::NewtonMethod | private |
itmax | MBSim::NewtonMethod | private |
jac | MBSim::NewtonMethod | private |
kmax (defined in MBSim::NewtonMethod) | MBSim::NewtonMethod | private |
NewtonMethod(Function< double(double)> *fct_, Function< double(double)> *jac_=nullptr) (defined in MBSim::NewtonMethod) | MBSim::NewtonMethod | |
setMaximumDampingSteps(int kmax_) (defined in MBSim::NewtonMethod) | MBSim::NewtonMethod | inline |
setMaximumNumberOfIterations(int itmax_) (defined in MBSim::NewtonMethod) | MBSim::NewtonMethod | inline |
setTolerance(double tol_) (defined in MBSim::NewtonMethod) | MBSim::NewtonMethod | inline |
solve(const double &x) | MBSim::NewtonMethod | |
tol | MBSim::NewtonMethod | private |