Go to the source code of this file.
Namespaces | |
pinocchio | |
Main pinocchio namespace. | |
pinocchio::internal | |
Functions | |
template<Eigen::UpLoType info, typename LhsMatrix , typename RhsMatrix , typename ResMat > | |
void | pinocchio::triangularMatrixMatrixProduct (const Eigen::MatrixBase< LhsMatrix > &lhs_mat, const Eigen::MatrixBase< RhsMatrix > &rhs_mat, const Eigen::MatrixBase< ResMat > &res) |
Evaluate the product of a triangular matrix times a matrix. Eigen showing a bug at this level, in the case of vector entry. More... | |