NDDEM
Public Types | Public Member Functions | Public Attributes | List of all members
Eigen::SparseQR_QProduct< SparseQRType, Derived > Struct Template Reference

#include <SparseQR.h>

+ Inheritance diagram for Eigen::SparseQR_QProduct< SparseQRType, Derived >:

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 EIGEN_CONSTEXPR Index rows () const EIGEN_NOEXCEPT
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index cols () const EIGEN_NOEXCEPT
 
const Unusablecoeff (Index) const
 
const Unusablecoeff (Index, Index) const
 
UnusablecoeffRef (Index)
 
UnusablecoeffRef (Index, Index)
 

Public Attributes

const SparseQRType & m_qr
 
const Derived & m_other
 
bool m_transpose
 

Member Typedef Documentation

◆ MatrixType

template<typename SparseQRType , typename Derived >
typedef SparseQRType::QRMatrixType Eigen::SparseQR_QProduct< SparseQRType, Derived >::MatrixType

◆ Scalar

template<typename SparseQRType , typename Derived >
typedef SparseQRType::Scalar Eigen::SparseQR_QProduct< SparseQRType, Derived >::Scalar

Constructor & Destructor Documentation

◆ SparseQR_QProduct()

template<typename SparseQRType , typename Derived >
Eigen::SparseQR_QProduct< SparseQRType, Derived >::SparseQR_QProduct ( const SparseQRType &  qr,
const Derived &  other,
bool  transpose 
)
inline

Member Function Documentation

◆ cols()

template<typename SparseQRType , typename Derived >
Index Eigen::SparseQR_QProduct< SparseQRType, Derived >::cols ( void  ) const
inline

◆ evalTo()

template<typename SparseQRType , typename Derived >
template<typename DesType >
void Eigen::SparseQR_QProduct< SparseQRType, Derived >::evalTo ( DesType &  res) const
inline

◆ rows()

template<typename SparseQRType , typename Derived >
Index Eigen::SparseQR_QProduct< SparseQRType, Derived >::rows ( void  ) const
inline

Member Data Documentation

◆ m_other

template<typename SparseQRType , typename Derived >
const Derived& Eigen::SparseQR_QProduct< SparseQRType, Derived >::m_other

◆ m_qr

template<typename SparseQRType , typename Derived >
const SparseQRType& Eigen::SparseQR_QProduct< SparseQRType, Derived >::m_qr

◆ m_transpose

template<typename SparseQRType , typename Derived >
bool Eigen::SparseQR_QProduct< SparseQRType, Derived >::m_transpose

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