|
Scalar | call (const ConstVectorRef &x) const |
| Evaluate the cost function.
|
|
void | computeGradient (const ConstVectorRef &x, VectorRef out) const |
|
void | computeHessian (const ConstVectorRef &x, MatrixRef out) const |
|
| CostFunctionBaseTpl (const int nx, const int ndx) |
|
| CostFunctionBaseTpl (const ManifoldAbstractTpl< Scalar > &manifold) |
|
VectorXs | computeGradient (const ConstVectorRef &x) const |
|
MatrixXs | computeHessian (const ConstVectorRef &x) const |
|
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.
|
|
void | vectorHessianProduct (const ConstVectorRef &x, const ConstVectorRef &v, MatrixRef Hout) const |
| Vector-hessian product.
|
|
| CostFunctionBaseTpl (const int nx, const int ndx) |
|
| CostFunctionBaseTpl (const ManifoldAbstractTpl< Scalar > &manifold) |
|
VectorXs | computeGradient (const ConstVectorRef &x) const |
|
MatrixXs | computeHessian (const ConstVectorRef &x) const |
|
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.
|
|
void | vectorHessianProduct (const ConstVectorRef &x, const ConstVectorRef &v, MatrixRef Hout) const |
| Vector-hessian product.
|
|
| C2FunctionTpl (const int nx, const int ndx, const int nr) |
|
| C2FunctionTpl (const ManifoldAbstractTpl< Scalar > &manifold, const int nr) |
|
| 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.
|
|
| 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.
|
|
| 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.
|
|
Definition at line 22 of file expose-cost.cpp.