![]() |
|
#include <SparseQR.h>
Public Types | |
typedef SparseQRType::QRMatrixType | MatrixType |
typedef SparseQRType::Scalar | Scalar |
![]() | |
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 |
![]() | |
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) |
Public Attributes | |
const SparseQRType & | m_qr |
const Derived & | m_other |
bool | m_transpose |
typedef SparseQRType::QRMatrixType Eigen::SparseQR_QProduct< SparseQRType, Derived >::MatrixType |
typedef SparseQRType::Scalar Eigen::SparseQR_QProduct< SparseQRType, Derived >::Scalar |
|
inline |
|
inline |
References Eigen::SparseQR_QProduct< SparseQRType, Derived >::m_other.
Referenced by gdb.printers._MatrixEntryIterator::__next__(), gdb.printers.EigenMatrixPrinter::children(), gdb.printers.EigenSparseMatrixPrinter::children(), Eigen::SparseQR_QProduct< SparseQRType, Derived >::evalTo(), gdb.printers.EigenMatrixPrinter::to_string(), and gdb.printers.EigenSparseMatrixPrinter::to_string().
|
inline |
References Eigen::SparseQR_QProduct< SparseQRType, Derived >::cols(), conj(), eigen_assert, j, k, m, Eigen::SparseQR_QProduct< SparseQRType, Derived >::m_other, Eigen::SparseQR_QProduct< SparseQRType, Derived >::m_qr, Eigen::SparseQR_QProduct< SparseQRType, Derived >::m_transpose, min, Eigen::numext::mini(), n, res, and Eigen::SparseQR_QProduct< SparseQRType, Derived >::rows().
|
inline |
References Eigen::SparseQR_QProduct< SparseQRType, Derived >::m_qr.
Referenced by gdb.printers._MatrixEntryIterator::__next__(), gdb.printers.EigenMatrixPrinter::children(), gdb.printers.EigenSparseMatrixPrinter::children(), Eigen::SparseQR_QProduct< SparseQRType, Derived >::evalTo(), gdb.printers.EigenMatrixPrinter::to_string(), and gdb.printers.EigenSparseMatrixPrinter::to_string().
const Derived& Eigen::SparseQR_QProduct< SparseQRType, Derived >::m_other |
const SparseQRType& Eigen::SparseQR_QProduct< SparseQRType, Derived >::m_qr |
bool Eigen::SparseQR_QProduct< SparseQRType, Derived >::m_transpose |
Referenced by Eigen::SparseQR_QProduct< SparseQRType, Derived >::evalTo().