Public Types | |
| typedef CostDataAbstractTpl< Scalar > | Base |
| typedef DataCollectorAbstractTpl< Scalar > | DataCollectorAbstract |
| typedef MathBaseTpl< Scalar > | MathBase |
Public Types inherited from CostDataAbstractTpl< _Scalar > | |
| typedef ActivationDataAbstractTpl< Scalar > | ActivationDataAbstract |
| typedef DataCollectorAbstractTpl< Scalar > | DataCollectorAbstract |
| typedef MathBaseTpl< Scalar > | MathBase |
| typedef MathBase::MatrixXs | MatrixXs |
| typedef ResidualDataAbstractTpl< Scalar > | ResidualDataAbstract |
| typedef MathBase::VectorXs | VectorXs |
Public Member Functions | |
| template<template< typename Scalar > class Model> | |
| CostDataResidualTpl (Model< Scalar > *const model, DataCollectorAbstract *const data) | |
Public Member Functions inherited from CostDataAbstractTpl< _Scalar > | |
| template<template< typename Scalar > class Model> | |
| CostDataAbstractTpl (Model< Scalar > *const model, DataCollectorAbstract *const data) | |
| DEPRECATED ("Use residual.r", const VectorXs &get_r() const { return residual->r;};) DEPRECATED("Use residual.Rx" | |
| DEPRECATED ("Use residual.Ru", const MatrixXs &get_Ru() const { return residual->Ru;};) DEPRECATED("Use residual.r" | |
| DEPRECATED ("Use residual.Rx", void set_Rx(const MatrixXs &Rx) { residual->Rx=Rx;};) DEPRECATED("Use residual.Ru" | |
| const MatrixXs & | get_Rx () const |
| void | set_r (const VectorXs &r) |
| void | set_Ru (const MatrixXs &Ru) |
Public Attributes | |
| std::shared_ptr< ActivationDataAbstract > | activation |
| Scalar | cost |
| VectorXs | Lu |
| MatrixXs | Luu |
| VectorXs | Lx |
| MatrixXs | Lxu |
| MatrixXs | Lxx |
| std::shared_ptr< ResidualDataAbstract > | residual |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
| DataCollectorAbstract * | shared |
Public Attributes inherited from CostDataAbstractTpl< _Scalar > | |
| std::shared_ptr< ActivationDataAbstract > | activation |
| Scalar | cost |
| VectorXs | Lu |
| MatrixXs | Luu |
| VectorXs | Lx |
| MatrixXs | Lxu |
| MatrixXs | Lxx |
| std::shared_ptr< ResidualDataAbstract > | residual |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
| DataCollectorAbstract * | shared |
Definition at line 147 of file residual.hpp.
| typedef MathBaseTpl<Scalar> MathBase |
Definition at line 151 of file residual.hpp.
| typedef CostDataAbstractTpl<Scalar> Base |
Definition at line 152 of file residual.hpp.
| typedef DataCollectorAbstractTpl<Scalar> DataCollectorAbstract |
Definition at line 153 of file residual.hpp.
|
inline |
Definition at line 156 of file residual.hpp.
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 150 of file residual.hpp.
| std::shared_ptr<ActivationDataAbstract> activation |
Definition at line 327 of file cost-base.hpp.
| Scalar cost |
Definition at line 329 of file cost-base.hpp.
| VectorXs Lu |
Definition at line 331 of file cost-base.hpp.
| MatrixXs Luu |
Definition at line 334 of file cost-base.hpp.
| VectorXs Lx |
Definition at line 330 of file cost-base.hpp.
| MatrixXs Lxu |
Definition at line 333 of file cost-base.hpp.
| MatrixXs Lxx |
Definition at line 332 of file cost-base.hpp.
| std::shared_ptr<ResidualDataAbstract> residual |
Definition at line 328 of file cost-base.hpp.
| DataCollectorAbstract* shared |
Definition at line 326 of file cost-base.hpp.