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 >:
Inheritance graph
[legend]

Public Types

typedef SparseQRType::QRMatrixType MatrixType
 
typedef SparseQRType::Scalar Scalar
 
- Public Types inherited from Eigen::ReturnByValue< SparseQR_QProduct< SparseQRType, Derived > >
typedef internal::dense_xpr_base< ReturnByValue >::type Base
 
typedef internal::traits< SparseQR_QProduct< SparseQRType, Derived > >::ReturnType ReturnType
 

Public Member Functions

Index cols () const
 
template<typename DesType >
void evalTo (DesType &res) const
 
Index rows () const
 
 SparseQR_QProduct (const SparseQRType &qr, const Derived &other, bool transpose)
 
- Public Member Functions inherited from Eigen::ReturnByValue< SparseQR_QProduct< SparseQRType, Derived > >
const Unusablecoeff (Index) const
 
const Unusablecoeff (Index, Index) const
 
UnusablecoeffRef (Index)
 
UnusablecoeffRef (Index, Index)
 
EIGEN_DEVICE_FUNC Index cols () const
 
EIGEN_DEVICE_FUNC void evalTo (Dest &dst) const
 
EIGEN_DEVICE_FUNC Index rows () const
 

Public Attributes

const Derived & m_other
 
const SparseQRType & m_qr
 
bool m_transpose
 

Detailed Description

template<typename SparseQRType, typename Derived>
struct Eigen::SparseQR_QProduct< SparseQRType, Derived >

Definition at line 19 of file SparseQR.h.

Member Typedef Documentation

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

Definition at line 602 of file SparseQR.h.

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

Definition at line 603 of file SparseQR.h.

Constructor & Destructor Documentation

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

Definition at line 605 of file SparseQR.h.

Member Function Documentation

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

Definition at line 608 of file SparseQR.h.

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

Definition at line 612 of file SparseQR.h.

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

Definition at line 607 of file SparseQR.h.

Member Data Documentation

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

Definition at line 652 of file SparseQR.h.

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

Definition at line 651 of file SparseQR.h.

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

Definition at line 653 of file SparseQR.h.


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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:21