Path Tracer
Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options > Class Template Reference

Public Types

typedef internal::traits< BandMatrixWrapper >::Scalar Scalar
 
typedef internal::traits< BandMatrixWrapper >::CoefficientsType CoefficientsType
 
typedef internal::traits< BandMatrixWrapper >::StorageIndex StorageIndex
 

Public Member Functions

 BandMatrixWrapper (const CoefficientsType &coeffs, Index rows=_Rows, Index cols=_Cols, Index supers=_Supers, Index subs=_Subs)
 
Index rows () const
 
Index cols () const
 
Index supers () const
 
Index subs () const
 
const CoefficientsType & coeffs () const
 

Protected Attributes

const CoefficientsType & m_coeffs
 
internal::variable_if_dynamic< Index, _Rows > m_rows
 
internal::variable_if_dynamic< Index, _Supers > m_supers
 
internal::variable_if_dynamic< Index, _Subs > m_subs
 

Member Function Documentation

◆ cols()

template<typename _CoefficientsType , int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
Index Eigen::internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::cols ( ) const
inline
Returns
the number of rows

◆ rows()

template<typename _CoefficientsType , int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
Index Eigen::internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::rows ( ) const
inline
Returns
the number of columns

◆ subs()

template<typename _CoefficientsType , int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
Index Eigen::internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::subs ( ) const
inline
Returns
the number of sub diagonals

◆ supers()

template<typename _CoefficientsType , int _Rows, int _Cols, int _Supers, int _Subs, int _Options>
Index Eigen::internal::BandMatrixWrapper< _CoefficientsType, _Rows, _Cols, _Supers, _Subs, _Options >::supers ( ) const
inline
Returns
the number of super diagonals

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