Public Types | Public Member Functions | Public Attributes

LU< MatrixType > Class Template Reference

#include <LU.h>

Inheritance diagram for LU< MatrixType >:
FullPivLU< MatrixType >

List of all members.

Public Types

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

Public Member Functions

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

Public Attributes

const MatrixTypem_originalMatrix

template<typename MatrixType>
class LU< MatrixType >


Member Typedef Documentation

template<typename MatrixType>
typedef FullPivLU<MatrixType> LU< MatrixType >::Base
template<typename MatrixType>
typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1, MatrixType::Options, MatrixType::MaxRowsAtCompileTime, 1> LU< MatrixType >::ColVectorType
template<typename MatrixType>
typedef Matrix<typename MatrixType::Scalar, MatrixType::RowsAtCompileTime, Dynamic, MatrixType::Options, MatrixType::MaxRowsAtCompileTime, MatrixType::MaxColsAtCompileTime > LU< MatrixType >::ImageResultType
template<typename MatrixType>
typedef Matrix<int, MatrixType::RowsAtCompileTime, 1, MatrixType::Options, MatrixType::MaxRowsAtCompileTime, 1> LU< MatrixType >::IntColVectorType

Reimplemented from FullPivLU< MatrixType >.

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

Reimplemented from FullPivLU< MatrixType >.

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

Reimplemented from FullPivLU< MatrixType >.

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

Reimplemented from FullPivLU< MatrixType >.


Constructor & Destructor Documentation

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

Member Function Documentation

template<typename MatrixType>
template<typename ImageMatrixType >
void LU< MatrixType >::computeImage ( ImageMatrixType *  result  )  const [inline]
template<typename MatrixType>
template<typename ResultType >
void LU< MatrixType >::computeInverse ( ResultType *  result  )  const [inline]
template<typename MatrixType>
template<typename KernelMatrixType >
void LU< MatrixType >::computeKernel ( KernelMatrixType *  result  )  const [inline]
template<typename MatrixType>
const ImageResultType LU< MatrixType >::image (  )  const [inline]
template<typename MatrixType>
template<typename OtherDerived , typename ResultType >
bool LU< MatrixType >::solve ( const MatrixBase< OtherDerived > &  b,
ResultType *  result 
) const [inline]

Member Data Documentation

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

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