Public Types | |
| typedef MathBaseTpl< Scalar > | MathBase |
| typedef MathBase::MatrixXs | MatrixXs |
| typedef MathBase::VectorXs | VectorXs |
Public Member Functions | |
| template<template< typename Scalar > class Model> | |
| SquashingDataAbstractTpl (Model< Scalar > *const model) | |
Public Attributes | |
| MatrixXs | du_ds |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar | Scalar |
| VectorXs | u |
Definition at line 66 of file squashing-base.hpp.
| typedef MathBaseTpl<Scalar> MathBase |
Definition at line 70 of file squashing-base.hpp.
| typedef MathBase::VectorXs VectorXs |
Definition at line 71 of file squashing-base.hpp.
| typedef MathBase::MatrixXs MatrixXs |
Definition at line 72 of file squashing-base.hpp.
|
inlineexplicit |
Definition at line 75 of file squashing-base.hpp.
|
inlinevirtual |
Definition at line 80 of file squashing-base.hpp.
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef _Scalar Scalar |
Definition at line 69 of file squashing-base.hpp.
| VectorXs u |
Definition at line 82 of file squashing-base.hpp.
| MatrixXs du_ds |
Definition at line 83 of file squashing-base.hpp.