Public Types | Public Member Functions | Protected Attributes | List of all members
pinocchio::TridiagonalSymmetricMatrixApplyOnTheRightReturnType< TridiagonalSymmetricMatrix, RhsMatrixType > Struct Template Reference

#include <tridiagonal-matrix.hpp>

Public Types

typedef traits< Self >::PlainMatrixType PlainMatrixType
 
typedef TridiagonalSymmetricMatrixApplyOnTheRightReturnType Self
 

Public Member Functions

EIGEN_CONSTEXPR Eigen::Index cols () const EIGEN_NOEXCEPT
 
template<typename ResultType >
void evalTo (ResultType &result) const
 
EIGEN_CONSTEXPR Eigen::Index rows () const EIGEN_NOEXCEPT
 
 TridiagonalSymmetricMatrixApplyOnTheRightReturnType (const TridiagonalSymmetricMatrix &lhs, const RhsMatrixType &rhs)
 

Protected Attributes

const TridiagonalSymmetricMatrix & m_lhs
 
const RhsMatrixType & m_rhs
 

Detailed Description

template<typename TridiagonalSymmetricMatrix, typename RhsMatrixType>
struct pinocchio::TridiagonalSymmetricMatrixApplyOnTheRightReturnType< TridiagonalSymmetricMatrix, RhsMatrixType >

Definition at line 28 of file math/tridiagonal-matrix.hpp.

Member Typedef Documentation

◆ PlainMatrixType

template<typename TridiagonalSymmetricMatrix , typename RhsMatrixType >
typedef traits<Self>::PlainMatrixType pinocchio::TridiagonalSymmetricMatrixApplyOnTheRightReturnType< TridiagonalSymmetricMatrix, RhsMatrixType >::PlainMatrixType

Definition at line 332 of file math/tridiagonal-matrix.hpp.

◆ Self

template<typename TridiagonalSymmetricMatrix , typename RhsMatrixType >
typedef TridiagonalSymmetricMatrixApplyOnTheRightReturnType pinocchio::TridiagonalSymmetricMatrixApplyOnTheRightReturnType< TridiagonalSymmetricMatrix, RhsMatrixType >::Self

Definition at line 331 of file math/tridiagonal-matrix.hpp.

Constructor & Destructor Documentation

◆ TridiagonalSymmetricMatrixApplyOnTheRightReturnType()

template<typename TridiagonalSymmetricMatrix , typename RhsMatrixType >
pinocchio::TridiagonalSymmetricMatrixApplyOnTheRightReturnType< TridiagonalSymmetricMatrix, RhsMatrixType >::TridiagonalSymmetricMatrixApplyOnTheRightReturnType ( const TridiagonalSymmetricMatrix &  lhs,
const RhsMatrixType &  rhs 
)
inline

Definition at line 334 of file math/tridiagonal-matrix.hpp.

Member Function Documentation

◆ cols()

template<typename TridiagonalSymmetricMatrix , typename RhsMatrixType >
EIGEN_CONSTEXPR Eigen::Index pinocchio::TridiagonalSymmetricMatrixApplyOnTheRightReturnType< TridiagonalSymmetricMatrix, RhsMatrixType >::cols ( ) const
inline

Definition at line 365 of file math/tridiagonal-matrix.hpp.

◆ evalTo()

template<typename TridiagonalSymmetricMatrix , typename RhsMatrixType >
template<typename ResultType >
void pinocchio::TridiagonalSymmetricMatrixApplyOnTheRightReturnType< TridiagonalSymmetricMatrix, RhsMatrixType >::evalTo ( ResultType &  result) const
inline

Definition at line 342 of file math/tridiagonal-matrix.hpp.

◆ rows()

template<typename TridiagonalSymmetricMatrix , typename RhsMatrixType >
EIGEN_CONSTEXPR Eigen::Index pinocchio::TridiagonalSymmetricMatrixApplyOnTheRightReturnType< TridiagonalSymmetricMatrix, RhsMatrixType >::rows ( ) const
inline

Definition at line 361 of file math/tridiagonal-matrix.hpp.

Member Data Documentation

◆ m_lhs

template<typename TridiagonalSymmetricMatrix , typename RhsMatrixType >
const TridiagonalSymmetricMatrix& pinocchio::TridiagonalSymmetricMatrixApplyOnTheRightReturnType< TridiagonalSymmetricMatrix, RhsMatrixType >::m_lhs
protected

Definition at line 371 of file math/tridiagonal-matrix.hpp.

◆ m_rhs

template<typename TridiagonalSymmetricMatrix , typename RhsMatrixType >
const RhsMatrixType& pinocchio::TridiagonalSymmetricMatrixApplyOnTheRightReturnType< TridiagonalSymmetricMatrix, RhsMatrixType >::m_rhs
protected

Definition at line 372 of file math/tridiagonal-matrix.hpp.


The documentation for this struct was generated from the following file:


pinocchio
Author(s):
autogenerated on Sat Jun 22 2024 02:41:53