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

#include <SuiteSparseQRSupport.h>

Public Types

typedef SPQRType::Scalar Scalar
 
typedef SPQRType::StorageIndex StorageIndex
 

Public Member Functions

Index cols () const
 
template<typename ResType >
void evalTo (ResType &res) const
 
Index rows () const
 
 SPQR_QProduct (const SPQRType &spqr, const Derived &other, bool transpose)
 

Public Attributes

const Derived & m_other
 
const SPQRType & m_spqr
 
bool m_transpose
 

Detailed Description

template<typename SPQRType, typename Derived>
struct Eigen::SPQR_QProduct< SPQRType, Derived >

Definition at line 19 of file SuiteSparseQRSupport.h.

Member Typedef Documentation

◆ Scalar

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

Definition at line 277 of file SuiteSparseQRSupport.h.

◆ StorageIndex

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

Definition at line 278 of file SuiteSparseQRSupport.h.

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

Definition at line 280 of file SuiteSparseQRSupport.h.

Member Function Documentation

◆ cols()

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

Definition at line 283 of file SuiteSparseQRSupport.h.

◆ evalTo()

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

Definition at line 286 of file SuiteSparseQRSupport.h.

◆ rows()

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

Definition at line 282 of file SuiteSparseQRSupport.h.

Member Data Documentation

◆ m_other

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

Definition at line 298 of file SuiteSparseQRSupport.h.

◆ m_spqr

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

Definition at line 297 of file SuiteSparseQRSupport.h.

◆ m_transpose

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

Definition at line 299 of file SuiteSparseQRSupport.h.


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


gtsam
Author(s):
autogenerated on Wed May 15 2024 15:29:28