compbio
Public Types | Public Member Functions | Public Attributes | List of all members
Eigen::SparseQR_QProduct< SparseQRType, Derived > Struct Template Reference
Inheritance diagram for Eigen::SparseQR_QProduct< SparseQRType, Derived >:
Eigen::ReturnByValue< SparseQR_QProduct< SparseQRType, Derived > > Eigen::internal::no_assignment_operator

Public Types

typedef SparseQRType::QRMatrixType MatrixType
 
typedef SparseQRType::Scalar Scalar
 
- 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 > >
EIGEN_DEVICE_FUNC void evalTo (Dest &dst) const
 
EIGEN_DEVICE_FUNC Index rows () const
 
EIGEN_DEVICE_FUNC 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
 

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