|
typedef Base::ADConfigVectorType | ADConfigVectorType |
|
typedef pinocchio::RigidConstraintDataTpl< ADScalar, Base::Options > | ADConstraintData |
|
typedef Eigen::aligned_allocator< ADConstraintData > | ADConstraintDataAllocator |
|
typedef std::vector< ADConstraintData, ADConstraintDataAllocator > | ADConstraintDataVector |
|
typedef pinocchio::RigidConstraintModelTpl< ADScalar, Base::Options > | ADConstraintModel |
|
typedef Eigen::aligned_allocator< ADConstraintModel > | ADConstraintModelAllocator |
|
typedef std::vector< ADConstraintModel, ADConstraintModelAllocator > | ADConstraintModelVector |
|
typedef Base::ADFun | ADFun |
|
typedef Base::ADScalar | ADScalar |
|
typedef Base::ADSVector | ADSVector |
|
typedef Base::ADTangentVectorType | ADTangentVectorType |
|
typedef AutoDiffAlgoBase< _Scalar > | Base |
|
typedef pinocchio::RigidConstraintDataTpl< Scalar, Base::Options > | ConstraintData |
|
typedef Eigen::aligned_allocator< ConstraintData > | ConstraintDataAllocator |
|
typedef std::vector< ConstraintData, ConstraintDataAllocator > | ConstraintDataVector |
|
typedef pinocchio::RigidConstraintModelTpl< Scalar, Base::Options > | ConstraintModel |
|
typedef Eigen::aligned_allocator< ConstraintModel > | ConstraintModelAllocator |
|
typedef std::vector< ConstraintModel, ConstraintModelAllocator > | ConstraintModelVector |
|
typedef Base::DMMatrix | DMMatrix |
|
typedef Base::DMVector | DMVector |
|
typedef Base::MatrixXs | MatrixXs |
|
typedef Base::RowMatrixXs | RowMatrixXs |
|
typedef Base::Scalar | Scalar |
|
typedef Base::TangentVectorType | TangentVectorType |
|
typedef Base::VectorXs | VectorXs |
|
enum | { Options = 0
} |
|
typedef ADModel::ConfigVectorType | ADConfigVectorType |
|
typedef pinocchio::DataTpl< ADScalar, Options > | ADData |
|
typedef ::casadi::Function | ADFun |
|
typedef pinocchio::ModelTpl< ADScalar, Options > | ADModel |
|
typedef ::casadi::SX | ADScalar |
|
typedef ::casadi::SXVector | ADSVector |
|
typedef ADModel::TangentVectorType | ADTangentVectorType |
|
typedef Model::ConfigVectorType | ConfigVectorType |
|
typedef pinocchio::DataTpl< Scalar, Options > | Data |
|
typedef ::casadi::DM | DMMatrix |
|
typedef ::casadi::DMVector | DMVector |
|
typedef Data::MatrixXs | MatrixXs |
|
typedef pinocchio::ModelTpl< Scalar, Options > | Model |
|
typedef Data::RowMatrixXs | RowMatrixXs |
|
typedef _Scalar | Scalar |
|
typedef Model::TangentVectorType | TangentVectorType |
|
typedef Data::VectorXs | VectorXs |
|
|
| AutoDiffConstraintDynamics (const Model &model, const ConstraintModelVector &contact_models, const std::string &filename="casadi_contactDyn", const std::string &libname="libcasadi_cg_contactDyn", const std::string &fun_name="eval_f") |
|
virtual void | buildMap () |
| build the mapping Y = f(X)
|
|
template<typename ConfigVectorType1 , typename TangentVectorType1 , typename TangentVectorType2 > |
void | evalFunction (const Eigen::MatrixBase< ConfigVectorType1 > &q, const Eigen::MatrixBase< TangentVectorType1 > &v, const Eigen::MatrixBase< TangentVectorType2 > &tau) |
|
template<typename ConfigVectorType1 , typename TangentVectorType1 , typename TangentVectorType2 > |
void | evalJacobian (const Eigen::MatrixBase< ConfigVectorType1 > &q, const Eigen::MatrixBase< TangentVectorType1 > &v, const Eigen::MatrixBase< TangentVectorType2 > &tau) |
|
| AutoDiffAlgoBase (const Model &model, const std::string &filename, const std::string &libname, const std::string &fun_name) |
|
void | compileLib () |
|
bool | existLib () const |
|
casadi_int | getFunDerivsOperationCount () const |
|
casadi_int | getFunOperationCount () const |
|
void | initLib () |
|
void | loadLib (const bool generate_if_not_exist=true) |
|
template<typename _Scalar>
struct pinocchio::casadi::AutoDiffConstraintDynamics< _Scalar >
Definition at line 416 of file casadi-algo.hpp.