Twice-differentiable function, with method Jacobian and vector-hessian product evaluation.
More...
|
| C2FunctionTpl (const int nx, const int ndx, const int nr) |
|
| C2FunctionTpl (const ManifoldAbstractTpl< Scalar > &manifold, const int nr) |
|
virtual void | vectorHessianProduct (const ConstVectorRef &, const ConstVectorRef &, MatrixRef Hout) const |
| Vector-hessian product.
|
|
| C1FunctionTpl (const int nx, const int ndx, const int nr) |
|
| C1FunctionTpl (const ManifoldAbstractTpl< _Scalar > &manifold, const int nr) |
|
virtual void | computeJacobian (const ConstVectorRef &x, MatrixRef Jout) const=0 |
| Jacobian matrix of the constraint function.
|
|
MatrixXs | computeJacobian (const ConstVectorRef &x) const |
| Jacobian matrix of the constraint function.
|
|
| BaseFunctionTpl (const int nx, const int ndx, const int nr) |
|
| BaseFunctionTpl (const ManifoldAbstractTpl< _Scalar > &manifold, const int nr) |
|
virtual VectorXs | operator() (const ConstVectorRef &x) const=0 |
| Evaluate the residual at a given point x.
|
|
virtual | ~BaseFunctionTpl ()=default |
|
int | nx () const |
| Get function input vector size (representation of manifold).
|
|
int | ndx () const |
| Get input manifold's tangent space dimension.
|
|
int | nr () const |
| Get function codimension.
|
|
template<typename
Scalar>
struct proxsuite::nlp::C2FunctionTpl< Scalar >
Twice-differentiable function, with method Jacobian and vector-hessian product evaluation.
Definition at line 76 of file fwd.hpp.