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

#include <tridiagonal-matrix.hpp>

Public Types

typedef traits< Self >::PlainMatrixType PlainMatrixType
 
typedef TridiagonalSymmetricMatrixInverseApplyOnTheRightReturnType 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
 
 TridiagonalSymmetricMatrixInverseApplyOnTheRightReturnType (const TridiagonalSymmetricMatrixInverse &lhs, const RhsMatrixType &rhs)
 

Protected Attributes

const TridiagonalSymmetricMatrixInversem_lhs
 
const RhsMatrixType & m_rhs
 

Detailed Description

template<typename TridiagonalSymmetricMatrixInverse, typename RhsMatrixType>
struct pinocchio::TridiagonalSymmetricMatrixInverseApplyOnTheRightReturnType< TridiagonalSymmetricMatrixInverse, RhsMatrixType >

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

Member Typedef Documentation

◆ PlainMatrixType

template<typename TridiagonalSymmetricMatrixInverse , typename RhsMatrixType >
typedef traits<Self>::PlainMatrixType pinocchio::TridiagonalSymmetricMatrixInverseApplyOnTheRightReturnType< TridiagonalSymmetricMatrixInverse, RhsMatrixType >::PlainMatrixType

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

◆ Self

template<typename TridiagonalSymmetricMatrixInverse , typename RhsMatrixType >
typedef TridiagonalSymmetricMatrixInverseApplyOnTheRightReturnType pinocchio::TridiagonalSymmetricMatrixInverseApplyOnTheRightReturnType< TridiagonalSymmetricMatrixInverse, RhsMatrixType >::Self

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

Constructor & Destructor Documentation

◆ TridiagonalSymmetricMatrixInverseApplyOnTheRightReturnType()

template<typename TridiagonalSymmetricMatrixInverse , typename RhsMatrixType >
pinocchio::TridiagonalSymmetricMatrixInverseApplyOnTheRightReturnType< TridiagonalSymmetricMatrixInverse, RhsMatrixType >::TridiagonalSymmetricMatrixInverseApplyOnTheRightReturnType ( const TridiagonalSymmetricMatrixInverse lhs,
const RhsMatrixType &  rhs 
)
inline

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

Member Function Documentation

◆ cols()

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

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

◆ evalTo()

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

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

◆ rows()

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

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

Member Data Documentation

◆ m_lhs

template<typename TridiagonalSymmetricMatrixInverse , typename RhsMatrixType >
const TridiagonalSymmetricMatrixInverse& pinocchio::TridiagonalSymmetricMatrixInverseApplyOnTheRightReturnType< TridiagonalSymmetricMatrixInverse, RhsMatrixType >::m_lhs
protected

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

◆ m_rhs

template<typename TridiagonalSymmetricMatrixInverse , typename RhsMatrixType >
const RhsMatrixType& pinocchio::TridiagonalSymmetricMatrixInverseApplyOnTheRightReturnType< TridiagonalSymmetricMatrixInverse, RhsMatrixType >::m_rhs
protected

Definition at line 590 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