|
| | DelassusOperatorBase (const Eigen::DenseIndex size) |
| template<typename MatrixIn, typename MatrixOut> |
| void | applyOnTheRight (const Eigen::MatrixBase< MatrixIn > &x, const Eigen::MatrixBase< MatrixOut > &res) const |
| Eigen::DenseIndex | cols () const |
| Scalar | computeLargestEigenValue (const bool reset=true, const int max_it=10, const Scalar rel_tol=Scalar(1e-8)) const |
| template<typename VectorLike> |
| Scalar | computeLargestEigenValue (const Eigen::PlainObjectBase< VectorLike > &largest_eigenvector_est, const bool reset=true, const int max_it=10, const Scalar rel_tol=Scalar(1e-8)) const |
| Scalar | computeLowestEigenValue (const bool reset=true, const bool compute_largest=true, const int max_it=10, const Scalar rel_tol=Scalar(1e-8)) const |
| template<typename VectorLike1, typename VectorLike2> |
| Scalar | computeLowestEigenValue (const Eigen::PlainObjectBase< VectorLike1 > &largest_eigenvector_est, const Eigen::PlainObjectBase< VectorLike2 > &lowest_eigenvector_est, const bool reset=true, const bool compute_largest=true, const int max_it=10, const Scalar rel_tol=Scalar(1e-8)) const |
| DelassusOperatorDerived & | derived () |
| const DelassusOperatorDerived & | derived () const |
| PowerIterationAlgo & | getPowerIterationAlgo () |
| const PowerIterationAlgo & | getPowerIterationAlgo () const |
| template<typename MatrixDerived> |
| MatrixDerived | operator* (const Eigen::MatrixBase< MatrixDerived > &x) const |
| Eigen::DenseIndex | rows () const |
| Eigen::DenseIndex | size () const |
| template<typename MatrixDerivedIn, typename MatrixDerivedOut> |
| void | solve (const Eigen::MatrixBase< MatrixDerivedIn > &x, const Eigen::MatrixBase< MatrixDerivedOut > &res) const |
| template<typename MatrixLike> |
| MatrixLike | solve (const Eigen::MatrixBase< MatrixLike > &mat) const |
| template<typename MatrixLike> |
| void | solveInPlace (const Eigen::MatrixBase< MatrixLike > &mat) const |
| template<typename VectorLike> |
| void | updateDamping (const Eigen::MatrixBase< VectorLike > &vec) |
| void | updateDamping (const Scalar mu) |
template<typename DelassusOperatorDerived>
struct pinocchio::DelassusOperatorBase< DelassusOperatorDerived >
Definition at line 15 of file delassus-operator-base.hpp.