Public Types | Public Member Functions | Public Attributes | List of all members
Eigen::SparseLUMatrixUReturnType< MatrixLType, MatrixUType > Struct Template Reference

#include <SparseLU.h>

Inheritance diagram for Eigen::SparseLUMatrixUReturnType< MatrixLType, MatrixUType >:
Inheritance graph
[legend]

Public Types

typedef MatrixLType::Index Index
 
typedef MatrixLType::Scalar Scalar
 

Public Member Functions

Index cols ()
 
Index rows ()
 
template<typename Dest >
void solveInPlace (MatrixBase< Dest > &X) const
 
 SparseLUMatrixUReturnType (const MatrixLType &mapL, const MatrixUType &mapU)
 

Public Attributes

const MatrixLType & m_mapL
 
const MatrixUType & m_mapU
 

Detailed Description

template<typename MatrixLType, typename MatrixUType>
struct Eigen::SparseLUMatrixUReturnType< MatrixLType, MatrixUType >

Definition at line 19 of file SparseLU.h.

Member Typedef Documentation

template<typename MatrixLType, typename MatrixUType>
typedef MatrixLType::Index Eigen::SparseLUMatrixUReturnType< MatrixLType, MatrixUType >::Index

Definition at line 673 of file SparseLU.h.

template<typename MatrixLType, typename MatrixUType>
typedef MatrixLType::Scalar Eigen::SparseLUMatrixUReturnType< MatrixLType, MatrixUType >::Scalar

Definition at line 674 of file SparseLU.h.

Constructor & Destructor Documentation

template<typename MatrixLType, typename MatrixUType>
Eigen::SparseLUMatrixUReturnType< MatrixLType, MatrixUType >::SparseLUMatrixUReturnType ( const MatrixLType &  mapL,
const MatrixUType &  mapU 
)
inline

Definition at line 675 of file SparseLU.h.

Member Function Documentation

template<typename MatrixLType, typename MatrixUType>
Index Eigen::SparseLUMatrixUReturnType< MatrixLType, MatrixUType >::cols ( void  )
inline

Definition at line 679 of file SparseLU.h.

template<typename MatrixLType, typename MatrixUType>
Index Eigen::SparseLUMatrixUReturnType< MatrixLType, MatrixUType >::rows ( void  )
inline

Definition at line 678 of file SparseLU.h.

template<typename MatrixLType, typename MatrixUType>
template<typename Dest >
void Eigen::SparseLUMatrixUReturnType< MatrixLType, MatrixUType >::solveInPlace ( MatrixBase< Dest > &  X) const
inline

Definition at line 681 of file SparseLU.h.

Member Data Documentation

template<typename MatrixLType, typename MatrixUType>
const MatrixLType& Eigen::SparseLUMatrixUReturnType< MatrixLType, MatrixUType >::m_mapL

Definition at line 721 of file SparseLU.h.

template<typename MatrixLType, typename MatrixUType>
const MatrixUType& Eigen::SparseLUMatrixUReturnType< MatrixLType, MatrixUType >::m_mapU

Definition at line 722 of file SparseLU.h.


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


tuw_aruco
Author(s): Lukas Pfeifhofer
autogenerated on Mon Jun 10 2019 15:41:11