Public Types | Public Member Functions | Public Attributes
LU< MatrixType > Class Template Reference

#include <LU.h>

Inheritance diagram for LU< MatrixType >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef FullPivLU< MatrixTypeBase
typedef Matrix< Scalar,
MatrixType::RowsAtCompileTime,
1, MatrixType::Options,
MatrixType::MaxRowsAtCompileTime, 1 > 
ColVectorType
typedef Matrix< typename
MatrixType::Scalar,
MatrixType::RowsAtCompileTime,
Dynamic, MatrixType::Options,
MatrixType::MaxRowsAtCompileTime,
MatrixType::MaxColsAtCompileTime > 
ImageResultType
typedef Matrix< int,
MatrixType::RowsAtCompileTime,
1, MatrixType::Options,
MatrixType::MaxRowsAtCompileTime, 1 > 
IntColVectorType
typedef Matrix< int,
1, MatrixType::ColsAtCompileTime,
MatrixType::Options,
1, MatrixType::MaxColsAtCompileTime > 
IntRowVectorType
typedef Matrix< typename
MatrixType::Scalar,
MatrixType::ColsAtCompileTime,
Dynamic, MatrixType::Options,
MatrixType::MaxColsAtCompileTime,
MatrixType::MaxColsAtCompileTime > 
KernelResultType
typedef NumTraits< typename
MatrixType::Scalar >::Real 
RealScalar
typedef Matrix< Scalar,
1, MatrixType::ColsAtCompileTime,
MatrixType::Options,
1, MatrixType::MaxColsAtCompileTime > 
RowVectorType
typedef MatrixType::Scalar Scalar

Public Member Functions

template<typename ImageMatrixType >
void computeImage (ImageMatrixType *result) const
template<typename ResultType >
void computeInverse (ResultType *result) const
template<typename KernelMatrixType >
void computeKernel (KernelMatrixType *result) const
const ImageResultType image () const
 LU ()
template<typename T >
 LU (const T &t)
template<typename OtherDerived , typename ResultType >
bool solve (const MatrixBase< OtherDerived > &b, ResultType *result) const

Public Attributes

const MatrixTypem_originalMatrix

Detailed Description

template<typename MatrixType>
class LU< MatrixType >

Definition at line 29 of file LU.h.


Member Typedef Documentation

template<typename MatrixType>
typedef FullPivLU<MatrixType> LU< MatrixType >::Base

Definition at line 59 of file LU.h.

template<typename MatrixType>
typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1, MatrixType::Options, MatrixType::MaxRowsAtCompileTime, 1> LU< MatrixType >::ColVectorType

Definition at line 38 of file LU.h.

template<typename MatrixType>
typedef Matrix<typename MatrixType::Scalar, MatrixType::RowsAtCompileTime, Dynamic, MatrixType::Options, MatrixType::MaxRowsAtCompileTime, MatrixType::MaxColsAtCompileTime > LU< MatrixType >::ImageResultType

Definition at line 57 of file LU.h.

template<typename MatrixType>
typedef Matrix<int, MatrixType::RowsAtCompileTime, 1, MatrixType::Options, MatrixType::MaxRowsAtCompileTime, 1> LU< MatrixType >::IntColVectorType

Reimplemented from FullPivLU< MatrixType >.

Definition at line 36 of file LU.h.

template<typename MatrixType>
typedef Matrix<int, 1, MatrixType::ColsAtCompileTime, MatrixType::Options, 1, MatrixType::MaxColsAtCompileTime> LU< MatrixType >::IntRowVectorType

Reimplemented from FullPivLU< MatrixType >.

Definition at line 35 of file LU.h.

template<typename MatrixType>
typedef Matrix<typename MatrixType::Scalar, MatrixType::ColsAtCompileTime, Dynamic, MatrixType::Options, MatrixType::MaxColsAtCompileTime, MatrixType::MaxColsAtCompileTime > LU< MatrixType >::KernelResultType

Definition at line 48 of file LU.h.

template<typename MatrixType>
typedef NumTraits<typename MatrixType::Scalar>::Real LU< MatrixType >::RealScalar

Reimplemented from FullPivLU< MatrixType >.

Definition at line 34 of file LU.h.

template<typename MatrixType>
typedef Matrix<Scalar, 1, MatrixType::ColsAtCompileTime, MatrixType::Options, 1, MatrixType::MaxColsAtCompileTime> LU< MatrixType >::RowVectorType

Definition at line 37 of file LU.h.

template<typename MatrixType>
typedef MatrixType::Scalar LU< MatrixType >::Scalar

Reimplemented from FullPivLU< MatrixType >.

Definition at line 33 of file LU.h.


Constructor & Destructor Documentation

template<typename MatrixType>
LU< MatrixType >::LU ( ) [inline]

Definition at line 60 of file LU.h.

template<typename MatrixType>
template<typename T >
LU< MatrixType >::LU ( const T t) [inline, explicit]

Definition at line 63 of file LU.h.


Member Function Documentation

template<typename MatrixType>
template<typename ImageMatrixType >
void LU< MatrixType >::computeImage ( ImageMatrixType *  result) const [inline]

Definition at line 85 of file LU.h.

template<typename MatrixType>
template<typename ResultType >
void LU< MatrixType >::computeInverse ( ResultType *  result) const [inline]

Definition at line 73 of file LU.h.

template<typename MatrixType>
template<typename KernelMatrixType >
void LU< MatrixType >::computeKernel ( KernelMatrixType *  result) const [inline]

Definition at line 79 of file LU.h.

template<typename MatrixType>
const ImageResultType LU< MatrixType >::image ( ) const [inline]

Definition at line 90 of file LU.h.

template<typename MatrixType>
template<typename OtherDerived , typename ResultType >
bool LU< MatrixType >::solve ( const MatrixBase< OtherDerived > &  b,
ResultType *  result 
) const [inline]

Definition at line 66 of file LU.h.


Member Data Documentation

template<typename MatrixType>
const MatrixType& LU< MatrixType >::m_originalMatrix

Definition at line 95 of file LU.h.


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


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:12