|
| typedef tpl::ActivationBase< double > | ActivationBase |
| |
| typedef tpl::BarrierActivation< double, ct::core::internal::DoubleTrait > | BarrierActivation |
| |
| typedef tpl::LinearActivation< double > | LinearActivation |
| |
| typedef tpl::PeriodicActivation< double > | PeriodicActivation |
| |
| typedef tpl::RBFGaussActivation< double > | RBFGaussActivation |
| |
| typedef tpl::SingleActivation< double > | SingleActivation |
| |
| typedef tpl::ExternallyDrivenTimer< double > | ExternallyDrivenTimer |
| |
| typedef tpl::Timer< double > | Timer |
| |
| typedef tpl::Ellipsoid< double > | Ellipsoid |
| |
| typedef IntegratorSymplectic< POS_DIM, VEL_DIM, CONTROL_DIM, internal::symplectic_euler_t< POS_DIM, VEL_DIM, SCALAR >, SCALAR > | IntegratorSymplecticEuler |
| |
| typedef IntegratorSymplectic< POS_DIM, VEL_DIM, CONTROL_DIM, internal::symplectic_rk_t< POS_DIM, VEL_DIM, SCALAR >, SCALAR > | IntegratorSymplecticRk |
| |
| typedef std::vector< T, Alloc > | Switched |
| |
| typedef PhaseSequence< std::size_t, double > | ContinuousModeSequence |
| |
| typedef SwitchEvent< std::size_t, double > | ContinuousModeSwitch |
| |
| typedef PhaseSequence< std::size_t, int > | DiscreteModeSequence |
| |
| typedef SwitchEvent< std::size_t, int > | DiscreteModeSwitch |
| |
| typedef tpl::SecondOrderSystem< double > | SecondOrderSystem |
| |
| typedef DiscreteArray< ControlMatrix< CONTROL_DIM, SCALAR > > | ControlMatrixArray |
| |
| typedef DiscreteArray< FeedbackMatrix< STATE_DIM, CONTROL_DIM, SCALAR > > | FeedbackArray |
| |
| typedef DiscreteArray< StateControlMatrix< STATE_DIM, CONTROL_DIM, SCALAR > > | StateControlMatrixArray |
| |
| typedef DiscreteArray< StateMatrix< STATE_DIM, SCALAR > > | StateMatrixArray |
| |
| typedef DiscreteArray< StateVector< STATE_DIM, SCALAR > > | StateVectorArray |
| |
| typedef DiscreteArray< ControlVector< CONTROL_DIM, SCALAR > > | ControlVectorArray |
| |
| typedef DiscreteArray< OutputVector< OUTPUT_DIM, SCALAR > > | OutputVectorArray |
| |
| typedef DiscreteArray< OutputMatrix< OUTPUT_DIM, SCALAR > > | OutputMatrixArray |
| |
| typedef tpl::TimeArray< double > | TimeArray |
| |
| typedef double | Time |
| |
| typedef DiscreteTrajectoryBase< ControlVector< CONTROL_DIM, SCALAR >, Eigen::aligned_allocator< ControlVector< CONTROL_DIM, SCALAR > >, TIME_SCALAR > | ControlTrajectory |
| |
| typedef DiscreteTrajectoryBase< ControlMatrix< CONTROL_DIM, SCALAR > > | ControlMatrixTrajectory |
| |
| typedef DiscreteTrajectoryBase< FeedbackMatrix< STATE_DIM, CONTROL_DIM, SCALAR >, Eigen::aligned_allocator< FeedbackMatrix< STATE_DIM, CONTROL_DIM, SCALAR > >, SCALAR > | FeedbackTrajectory |
| |
| typedef DiscreteTrajectoryBase< StateControlMatrix< STATE_DIM, CONTROL_DIM, SCALAR > > | StateControlMatrixTrajectory |
| |
| typedef DiscreteTrajectoryBase< StateMatrix< STATE_DIM, SCALAR > > | StateMatrixTrajectory |
| |
| typedef DiscreteTrajectoryBase< StateVector< STATE_DIM, SCALAR >, Eigen::aligned_allocator< StateVector< STATE_DIM, SCALAR > >, TIME_SCALAR > | StateTrajectory |
| |
| typedef tpl::TestDiscreteNonlinearSystem< double > | TestDiscreteNonlinearSystem |
| |
| typedef tpl::TestNonlinearSystem< double > | TestNonlinearSystem |
| |
| typedef tpl::TestSymplecticSystem< double > | TestSymplecticSystem |
| |
| typedef tpl::TestLinearSystem< double > | TestLinearSystem |
| |
|
| void | loadScalar (const std::string &filename, const std::string &scalarName, SCALAR &scalar, const std::string &ns="") |
| |
| void | loadScalarOptional (const std::string &filename, const std::string &scalarName, SCALAR &scalar, const SCALAR &defaultValue, const std::string &ns="") |
| |
| void | loadMatrix (const std::string &filename, const std::string &matrixName, Eigen::Matrix< SCALAR, ROW, COL > &matrix, const std::string &ns="") |
| |
| TRAJECTORY_T | linspace (const typename TRAJECTORY_T::value_type &a, const typename TRAJECTORY_T::value_type &b, const size_t N) |
| |
| Eigen::Matrix< SCALAR, Eigen::Dynamic, Eigen::Dynamic > | LUsolve (const Eigen::Matrix< SCALAR, Eigen::Dynamic, Eigen::Dynamic > &A, const Eigen::Matrix< SCALAR, Eigen::Dynamic, Eigen::Dynamic > &B) |
| |
| Eigen::Matrix< SCALAR, Eigen::Dynamic, Eigen::Dynamic > | LDLTsolve (const Eigen::Matrix< SCALAR, Eigen::Dynamic, Eigen::Dynamic > &A, const Eigen::Matrix< SCALAR, Eigen::Dynamic, Eigen::Dynamic > &B) |
| |
| DiscreteArray< Eigen::Matrix< SCALAR, -1, -1 > > | transposeArray (const EIGEN_VECTOR_ARRAY_TYPE_IN &array) |
| |