Newton-Raphson procedure, e.g. to compute forward dynamics from implicit functions.
More...
#include <aligator/utils/newton-raphson.hpp>
|
using | Manifold = ManifoldAbstractTpl<Scalar> |
|
|
template<typename Fun , typename JacFun > |
static bool | run (const Manifold &space, Fun &&fun, JacFun &&jac_fun, const ConstVectorRef &xinit, VectorRef xout, VectorRef f0, VectorRef dx, MatrixRef Jf0, Scalar eps=1e-6, std::size_t max_iters=1000, Options options=Options{}) |
|
template<typename Scalar>
struct aligator::NewtonRaphson< Scalar >
Newton-Raphson procedure, e.g. to compute forward dynamics from implicit functions.
Definition at line 11 of file newton-raphson.hpp.
◆ Manifold
template<typename Scalar >
◆ ALIGATOR_DYNAMIC_TYPEDEFS()
template<typename Scalar >
◆ run()
template<typename Scalar >
template<typename Fun , typename JacFun >
static bool aligator::NewtonRaphson< Scalar >::run |
( |
const Manifold & | space, |
|
|
Fun && | fun, |
|
|
JacFun && | jac_fun, |
|
|
const ConstVectorRef & | xinit, |
|
|
VectorRef | xout, |
|
|
VectorRef | f0, |
|
|
VectorRef | dx, |
|
|
MatrixRef | Jf0, |
|
|
Scalar | eps = 1e-6, |
|
|
std::size_t | max_iters = 1000, |
|
|
Options | options = Options{} ) |
|
inlinestatic |
The documentation for this struct was generated from the following file: