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

Public Types

typedef SparseQRType::QRMatrixType MatrixType
 
typedef SparseQRType::Scalar Scalar
 
typedef SparseQRType::Index Index
 
- Public Types inherited from Eigen::ReturnByValue< SparseQR_QProduct< SparseQRType, Derived > >
typedef internal::traits< SparseQR_QProduct< SparseQRType, Derived > >::ReturnType ReturnType
 
typedef internal::dense_xpr_base< ReturnByValue >::type Base
 

Public Member Functions

 SparseQR_QProduct (const SparseQRType &qr, const Derived &other, bool transpose)
 
Index rows () const
 
Index cols () const
 
template<typename DesType >
void evalTo (DesType &res) const
 
- Public Member Functions inherited from Eigen::ReturnByValue< SparseQR_QProduct< SparseQRType, Derived > >
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)
 

Public Attributes

const SparseQRType & m_qr
 
const Derived & m_other
 
bool m_transpose
 

Detailed Description

template<typename SparseQRType, typename Derived>
struct Eigen::SparseQR_QProduct< SparseQRType, Derived >

Definition at line 19 of file SparseQR.h.


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