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

Public Types

typedef SparseQRType::Index Index
 
typedef SparseQRType::Scalar Scalar
 
typedef Matrix< Scalar, Dynamic, Dynamic > DenseMatrix
 
- Public Types inherited from Eigen::EigenBase< SparseQRMatrixQReturnType< SparseQRType > >
typedef internal::traits< SparseQRMatrixQReturnType< SparseQRType > >::StorageKind StorageKind
 
typedef internal::traits< SparseQRMatrixQReturnType< SparseQRType > >::Index Index
 

Public Member Functions

 SparseQRMatrixQReturnType (const SparseQRType &qr)
 
template<typename Derived >
SparseQR_QProduct< SparseQRType, Derived > operator* (const MatrixBase< Derived > &other)
 
SparseQRMatrixQTransposeReturnType< SparseQRType > adjoint () const
 
Index rows () const
 
Index cols () const
 
SparseQRMatrixQTransposeReturnType< SparseQRType > transpose () const
 
template<typename Dest >
void evalTo (MatrixBase< Dest > &dest) const
 
template<typename Dest >
void evalTo (SparseMatrixBase< Dest > &dest) const
 
- Public Member Functions inherited from Eigen::EigenBase< SparseQRMatrixQReturnType< SparseQRType > >
SparseQRMatrixQReturnType< SparseQRType > & derived ()
 
const SparseQRMatrixQReturnType< SparseQRType > & derived () const
 
SparseQRMatrixQReturnType< SparseQRType > & const_cast_derived () const
 
const SparseQRMatrixQReturnType< SparseQRType > & const_derived () const
 
Index rows () const
 
Index cols () const
 
Index size () const
 
void evalTo (Dest &dst) const
 
void addTo (Dest &dst) const
 
void subTo (Dest &dst) const
 
void applyThisOnTheRight (Dest &dst) const
 
void applyThisOnTheLeft (Dest &dst) const
 

Public Attributes

const SparseQRType & m_qr
 

Detailed Description

template<typename SparseQRType>
struct Eigen::SparseQRMatrixQReturnType< SparseQRType >

Definition at line 17 of file SparseQR.h.


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