Public Types | Public Member Functions | Protected Attributes | Private Types | List of all members
Eigen::IncompleteLU< _Scalar > Class Template Reference

#include <IncompleteLU.h>

Public Types

typedef Matrix< Scalar, Dynamic, DynamicMatrixType
 

Public Member Functions

template<typename Rhs , typename Dest >
void _solve (const Rhs &b, Dest &x) const
 
Index cols () const
 
template<typename MatrixType >
IncompleteLUcompute (const MatrixType &mat)
 
 IncompleteLU ()
 
template<typename MatrixType >
 IncompleteLU (const MatrixType &mat)
 
Index rows () const
 
template<typename Rhs >
const internal::solve_retval< IncompleteLU, Rhs > solve (const MatrixBase< Rhs > &b) const
 

Protected Attributes

bool m_isInitialized
 
FactorType m_lu
 

Private Types

typedef SparseMatrix< Scalar, RowMajorFactorType
 
typedef Vector::Index Index
 
typedef _Scalar Scalar
 
typedef Matrix< Scalar, Dynamic, 1 > Vector
 

Detailed Description

template<typename _Scalar>
class Eigen::IncompleteLU< _Scalar >

Definition at line 16 of file IncompleteLU.h.

Member Typedef Documentation

template<typename _Scalar >
typedef SparseMatrix<Scalar,RowMajor> Eigen::IncompleteLU< _Scalar >::FactorType
private

Definition at line 21 of file IncompleteLU.h.

template<typename _Scalar >
typedef Vector::Index Eigen::IncompleteLU< _Scalar >::Index
private

Definition at line 20 of file IncompleteLU.h.

template<typename _Scalar >
typedef Matrix<Scalar,Dynamic,Dynamic> Eigen::IncompleteLU< _Scalar >::MatrixType

Definition at line 24 of file IncompleteLU.h.

template<typename _Scalar >
typedef _Scalar Eigen::IncompleteLU< _Scalar >::Scalar
private

Definition at line 18 of file IncompleteLU.h.

template<typename _Scalar >
typedef Matrix<Scalar,Dynamic,1> Eigen::IncompleteLU< _Scalar >::Vector
private

Definition at line 19 of file IncompleteLU.h.

Constructor & Destructor Documentation

template<typename _Scalar >
Eigen::IncompleteLU< _Scalar >::IncompleteLU ( )
inline

Definition at line 26 of file IncompleteLU.h.

template<typename _Scalar >
template<typename MatrixType >
Eigen::IncompleteLU< _Scalar >::IncompleteLU ( const MatrixType mat)
inline

Definition at line 29 of file IncompleteLU.h.

Member Function Documentation

template<typename _Scalar >
template<typename Rhs , typename Dest >
void Eigen::IncompleteLU< _Scalar >::_solve ( const Rhs &  b,
Dest &  x 
) const
inline

Definition at line 74 of file IncompleteLU.h.

template<typename _Scalar >
Index Eigen::IncompleteLU< _Scalar >::cols ( void  ) const
inline

Definition at line 35 of file IncompleteLU.h.

template<typename _Scalar >
template<typename MatrixType >
IncompleteLU& Eigen::IncompleteLU< _Scalar >::compute ( const MatrixType mat)
inline

Definition at line 38 of file IncompleteLU.h.

template<typename _Scalar >
Index Eigen::IncompleteLU< _Scalar >::rows ( void  ) const
inline

Definition at line 34 of file IncompleteLU.h.

template<typename _Scalar >
template<typename Rhs >
const internal::solve_retval<IncompleteLU, Rhs> Eigen::IncompleteLU< _Scalar >::solve ( const MatrixBase< Rhs > &  b) const
inline

Definition at line 81 of file IncompleteLU.h.

Member Data Documentation

template<typename _Scalar >
bool Eigen::IncompleteLU< _Scalar >::m_isInitialized
protected

Definition at line 91 of file IncompleteLU.h.

template<typename _Scalar >
FactorType Eigen::IncompleteLU< _Scalar >::m_lu
protected

Definition at line 90 of file IncompleteLU.h.


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


acado
Author(s): Milan Vukov, Rien Quirynen
autogenerated on Mon Jun 10 2019 12:35:35