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

#include <SparseQR.h>

Public Types

typedef SparseQRType::QRMatrixType MatrixType
 
typedef SparseQRType::Scalar Scalar
 

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 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

◆ MatrixType

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

Definition at line 615 of file SparseQR.h.

◆ Scalar

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

Definition at line 616 of file SparseQR.h.

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

Definition at line 618 of file SparseQR.h.

Member Function Documentation

◆ cols()

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

Definition at line 621 of file SparseQR.h.

◆ evalTo()

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

Definition at line 625 of file SparseQR.h.

◆ rows()

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

Definition at line 620 of file SparseQR.h.

Member Data Documentation

◆ m_other

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

Definition at line 669 of file SparseQR.h.

◆ m_qr

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

Definition at line 668 of file SparseQR.h.

◆ m_transpose

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

Definition at line 670 of file SparseQR.h.


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


gtsam
Author(s):
autogenerated on Sat Jun 1 2024 03:10:52