Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types | Public Member Functions | Protected Attributes
Eigen::internal::TridiagonalizationMatrixTReturnType< MatrixType > Struct Template Reference
+ Inheritance diagram for Eigen::internal::TridiagonalizationMatrixTReturnType< MatrixType >:
+ Collaboration diagram for Eigen::internal::TridiagonalizationMatrixTReturnType< MatrixType >:

Public Types

typedef MatrixType::Index Index
 
- Public Types inherited from Eigen::ReturnByValue< TridiagonalizationMatrixTReturnType< MatrixType > >
typedef internal::traits< TridiagonalizationMatrixTReturnType< MatrixType > >::ReturnType ReturnType
 
typedef internal::dense_xpr_base< ReturnByValue >::type Base
 

Public Member Functions

 TridiagonalizationMatrixTReturnType (const MatrixType &mat)
 Constructor. More...
 
template<typename ResultType >
void evalTo (ResultType &result) const
 
Index rows () const
 
Index cols () const
 
- Public Member Functions inherited from Eigen::ReturnByValue< TridiagonalizationMatrixTReturnType< MatrixType > >
void evalTo (Dest &dst) const
 
Index rows () const
 
Index cols () const
 
const Unusable & coeff (Index) const
 
const Unusable & coeff (Index, Index) const
 
Unusable & coeffRef (Index)
 
Unusable & coeffRef (Index, Index)
 

Protected Attributes

MatrixType::Nested m_matrix
 

Detailed Description

template<typename MatrixType>
struct Eigen::internal::TridiagonalizationMatrixTReturnType< MatrixType >

Definition at line 18 of file Tridiagonalization.h.

Constructor & Destructor Documentation

template<typename MatrixType >
Eigen::internal::TridiagonalizationMatrixTReturnType< MatrixType >::TridiagonalizationMatrixTReturnType ( const MatrixType &  mat)
inline

Constructor.

Parameters
[in]matThe underlying dense matrix

Definition at line 535 of file Tridiagonalization.h.

535 : m_matrix(mat) { }

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