|
Medial Code Documentation
|
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 Unusable & | coeff (Index) const |
| const Unusable & | coeff (Index, Index) const |
| Unusable & | coeffRef (Index) |
| Unusable & | coeffRef (Index, Index) |
Data Fields | |
| const SPQRType & | m_spqr |
| const Derived & | m_other |
| bool | m_transpose |