#include <contact-cholesky.hpp>
Public Types | |
typedef pinocchio::python::context::Data | Data |
typedef ContactCholeskyDecomposition::Matrix | Matrix |
typedef pinocchio::python::context::Model | Model |
typedef ContactCholeskyDecomposition::RigidConstraintData | RigidConstraintData |
typedef ContactCholeskyDecomposition::RigidConstraintModel | RigidConstraintModel |
typedef ContactCholeskyDecomposition::Scalar | Scalar |
typedef ContactCholeskyDecomposition | Self |
typedef ContactCholeskyDecomposition::Vector | Vector |
Public Member Functions | |
typedef | PINOCCHIO_STD_VECTOR_WITH_EIGEN_ALLOCATOR (RigidConstraintData) RigidConstraintDataVector |
typedef | PINOCCHIO_STD_VECTOR_WITH_EIGEN_ALLOCATOR (RigidConstraintModel) RigidConstraintModelVector |
template<class PyClass > | |
void | visit (PyClass &cl) const |
Static Public Member Functions | |
static void | compute (Self &self, const Model &model, Data &data, const RigidConstraintModelVector &contact_models, RigidConstraintDataVector &contact_datas, const Scalar mu=static_cast< Scalar >(0)) |
static void | compute (Self &self, const Model &model, Data &data, const RigidConstraintModelVector &contact_models, RigidConstraintDataVector &contact_datas, const Vector &mus) |
static void | expose () |
template<typename MatrixType > | |
static Matrix | solve (const Self &self, const MatrixType &mat) |
Definition at line 28 of file bindings/python/algorithm/contact-cholesky.hpp.
typedef pinocchio::python::context::Data pinocchio::python::ContactCholeskyDecompositionPythonVisitor< ContactCholeskyDecomposition >::Data |
Definition at line 44 of file bindings/python/algorithm/contact-cholesky.hpp.
typedef ContactCholeskyDecomposition::Matrix pinocchio::python::ContactCholeskyDecompositionPythonVisitor< ContactCholeskyDecomposition >::Matrix |
Definition at line 36 of file bindings/python/algorithm/contact-cholesky.hpp.
typedef pinocchio::python::context::Model pinocchio::python::ContactCholeskyDecompositionPythonVisitor< ContactCholeskyDecomposition >::Model |
Definition at line 43 of file bindings/python/algorithm/contact-cholesky.hpp.
typedef ContactCholeskyDecomposition::RigidConstraintData pinocchio::python::ContactCholeskyDecompositionPythonVisitor< ContactCholeskyDecomposition >::RigidConstraintData |
Definition at line 35 of file bindings/python/algorithm/contact-cholesky.hpp.
typedef ContactCholeskyDecomposition::RigidConstraintModel pinocchio::python::ContactCholeskyDecompositionPythonVisitor< ContactCholeskyDecomposition >::RigidConstraintModel |
Definition at line 34 of file bindings/python/algorithm/contact-cholesky.hpp.
typedef ContactCholeskyDecomposition::Scalar pinocchio::python::ContactCholeskyDecompositionPythonVisitor< ContactCholeskyDecomposition >::Scalar |
Definition at line 33 of file bindings/python/algorithm/contact-cholesky.hpp.
typedef ContactCholeskyDecomposition pinocchio::python::ContactCholeskyDecompositionPythonVisitor< ContactCholeskyDecomposition >::Self |
Definition at line 32 of file bindings/python/algorithm/contact-cholesky.hpp.
typedef ContactCholeskyDecomposition::Vector pinocchio::python::ContactCholeskyDecompositionPythonVisitor< ContactCholeskyDecomposition >::Vector |
Definition at line 37 of file bindings/python/algorithm/contact-cholesky.hpp.
|
inlinestatic |
Definition at line 236 of file bindings/python/algorithm/contact-cholesky.hpp.
|
inlinestatic |
Definition at line 247 of file bindings/python/algorithm/contact-cholesky.hpp.
|
inlinestatic |
Definition at line 155 of file bindings/python/algorithm/contact-cholesky.hpp.
typedef pinocchio::python::ContactCholeskyDecompositionPythonVisitor< ContactCholeskyDecomposition >::PINOCCHIO_STD_VECTOR_WITH_EIGEN_ALLOCATOR | ( | RigidConstraintData | ) |
typedef pinocchio::python::ContactCholeskyDecompositionPythonVisitor< ContactCholeskyDecomposition >::PINOCCHIO_STD_VECTOR_WITH_EIGEN_ALLOCATOR | ( | RigidConstraintModel | ) |
|
inlinestatic |
Definition at line 231 of file bindings/python/algorithm/contact-cholesky.hpp.
|
inline |
Definition at line 47 of file bindings/python/algorithm/contact-cholesky.hpp.