#include <triangular-matrix.hpp>
|
template<typename LhsMatrix , typename ResMat > |
static void | run (const Eigen::MatrixBase< LhsMatrix > &lhs_mat, const Eigen::MatrixBase< RhsMatrix > &rhs_vec, const Eigen::MatrixBase< ResMat > &res) |
|
template<Eigen::UpLoType info, typename RhsMatrix, typename Scalar = typename RhsMatrix::Scalar, bool is_vector_at_compile_time = RhsMatrix::IsVectorAtCompileTime>
struct pinocchio::internal::TriangularMatrixMatrixProduct< info, RhsMatrix, Scalar, is_vector_at_compile_time >
Definition at line 22 of file math/triangular-matrix.hpp.
◆ run()
template<Eigen::UpLoType info, typename RhsMatrix , typename Scalar = typename RhsMatrix::Scalar, bool is_vector_at_compile_time = RhsMatrix::IsVectorAtCompileTime>
template<typename LhsMatrix , typename ResMat >
The documentation for this struct was generated from the following file: