#include <StateControlMatrix.h>
|
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef Eigen::Matrix< SCALAR, STATE_DIM, CONTROL_DIM > | Base |
|
template<size_t STATE_DIM, size_t CONTROL_DIM, class SCALAR = double>
class ct::core::StateControlMatrix< STATE_DIM, CONTROL_DIM, SCALAR >
- Examples:
- AutoDiffLinearizerTest.cpp.
◆ StateControlMatrix() [1/2]
template<size_t STATE_DIM, size_t CONTROL_DIM, class SCALAR = double>
◆ ~StateControlMatrix()
template<size_t STATE_DIM, size_t CONTROL_DIM, class SCALAR = double>
◆ StateControlMatrix() [2/2]
template<size_t STATE_DIM, size_t CONTROL_DIM, class SCALAR = double>
template<typename OtherDerived >
This constructor allows you to construct MyVectorType from Eigen expressions.
◆ operator=()
template<size_t STATE_DIM, size_t CONTROL_DIM, class SCALAR = double>
template<typename OtherDerived >
This method allows you to assign Eigen expressions to MyVectorType.
◆ toImplementation() [1/2]
template<size_t STATE_DIM, size_t CONTROL_DIM, class SCALAR = double>
get underlying Eigen type
◆ toImplementation() [2/2]
template<size_t STATE_DIM, size_t CONTROL_DIM, class SCALAR = double>
get const underlying Eigen type
◆ Base
template<size_t STATE_DIM, size_t CONTROL_DIM, class SCALAR = double>
The documentation for this class was generated from the following file: