Linear function of difference vector on a manifold, of the form \( r(x) = A(x \ominus \bar{x}) + b \).
More...
|
| LinearFunctionDifferenceToPoint (const polymorphic< Manifold > &space, const ConstVectorRef &target, const ConstMatrixRef &A, const ConstVectorRef &b) |
|
| ComposeFunctionTpl (const shared_ptr< Base > &left, const shared_ptr< Base > &right) |
|
VectorXs | operator() (const ConstVectorRef &x) const |
| Evaluate the residual at a given point x.
|
|
void | computeJacobian (const ConstVectorRef &x, MatrixRef Jout) const |
| Jacobian matrix of the constraint function.
|
|
const Base & | left () const |
|
const Base & | right () const |
|
virtual void | vectorHessianProduct (const ConstVectorRef &, const ConstVectorRef &, MatrixRef Hout) const |
| Vector-hessian product.
|
|
| C2FunctionTpl (const int nx, const int ndx, const int nr) |
|
| C2FunctionTpl (const ManifoldAbstractTpl< Scalar > &manifold, const int nr) |
|
| C1FunctionTpl (const int nx, const int ndx, const int nr) |
|
| C1FunctionTpl (const ManifoldAbstractTpl< Scalar > &manifold, const int nr) |
|
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) |
|
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::LinearFunctionDifferenceToPoint< _Scalar >
Linear function of difference vector on a manifold, of the form \( r(x) = A(x \ominus \bar{x}) + b \).
Definition at line 41 of file linear.hpp.