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

#include <SuiteSparseQRSupport.h>

+ Inheritance diagram for Eigen::SPQR_QProduct< SPQRType, Derived >:

Public Types

typedef SPQRType::Scalar Scalar
 
typedef SPQRType::StorageIndex StorageIndex
 
- Public Types inherited from Eigen::ReturnByValue< SPQR_QProduct< SPQRType, Derived > >
typedef internal::traits< SPQR_QProduct< SPQRType, Derived > >::ReturnType ReturnType
 
typedef internal::dense_xpr_base< ReturnByValue >::type Base
 

Public Member Functions

 SPQR_QProduct (const SPQRType &spqr, const Derived &other, bool transpose)
 
Index rows () const
 
Index cols () const
 
template<typename ResType >
void evalTo (ResType &res) const
 
- Public Member Functions inherited from Eigen::ReturnByValue< SPQR_QProduct< SPQRType, 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 SPQRType & m_spqr
 
const Derived & m_other
 
bool m_transpose
 

Member Typedef Documentation

◆ Scalar

template<typename SPQRType , typename Derived >
typedef SPQRType::Scalar Eigen::SPQR_QProduct< SPQRType, Derived >::Scalar

◆ StorageIndex

template<typename SPQRType , typename Derived >
typedef SPQRType::StorageIndex Eigen::SPQR_QProduct< SPQRType, Derived >::StorageIndex

Constructor & Destructor Documentation

◆ SPQR_QProduct()

template<typename SPQRType , typename Derived >
Eigen::SPQR_QProduct< SPQRType, Derived >::SPQR_QProduct ( const SPQRType &  spqr,
const Derived &  other,
bool  transpose 
)
inline

Member Function Documentation

◆ cols()

template<typename SPQRType , typename Derived >
Index Eigen::SPQR_QProduct< SPQRType, Derived >::cols ( void  ) const
inline

◆ evalTo()

template<typename SPQRType , typename Derived >
template<typename ResType >
void Eigen::SPQR_QProduct< SPQRType, Derived >::evalTo ( ResType &  res) const
inline

◆ rows()

template<typename SPQRType , typename Derived >
Index Eigen::SPQR_QProduct< SPQRType, Derived >::rows ( void  ) const
inline

Member Data Documentation

◆ m_other

template<typename SPQRType , typename Derived >
const Derived& Eigen::SPQR_QProduct< SPQRType, Derived >::m_other

◆ m_spqr

template<typename SPQRType , typename Derived >
const SPQRType& Eigen::SPQR_QProduct< SPQRType, Derived >::m_spqr

◆ m_transpose

template<typename SPQRType , typename Derived >
bool Eigen::SPQR_QProduct< SPQRType, Derived >::m_transpose

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