Main MRPT website > C++ reference
MRPT logo
Public Types | Static Public Member Functions
Eigen::internal::partial_lu_impl Struct Reference

List of all members.

Public Types

typedef Map< Matrix< Scalar,
Dynamic, Dynamic, StorageOrder > > 
MapLU
typedef Block< MapLU, Dynamic,
Dynamic
MatrixType
typedef Block< MatrixType,
Dynamic, Dynamic
BlockType
typedef MatrixType::RealScalar RealScalar
typedef MatrixType::Index Index

Static Public Member Functions

static Index unblocked_lu (MatrixType &lu, PivIndex *row_transpositions, PivIndex &nb_transpositions)
static Index blocked_lu (Index rows, Index cols, Scalar *lu_data, Index luStride, PivIndex *row_transpositions, PivIndex &nb_transpositions, Index maxBlockSize=256)

Member Typedef Documentation

Definition at line 239 of file LU.

typedef MatrixType::Index Eigen::internal::partial_lu_impl::Index

Definition at line 241 of file LU.

Definition at line 237 of file LU.

Definition at line 238 of file LU.

typedef MatrixType::RealScalar Eigen::internal::partial_lu_impl::RealScalar

Definition at line 240 of file LU.


Member Function Documentation

static Index Eigen::internal::partial_lu_impl::blocked_lu ( Index  rows,
Index  cols,
Scalar *  lu_data,
Index  luStride,
PivIndex *  row_transpositions,
PivIndex &  nb_transpositions,
Index  maxBlockSize = 256 
) [inline, static]

Definition at line 312 of file LU.

static Index Eigen::internal::partial_lu_impl::unblocked_lu ( MatrixType lu,
PivIndex *  row_transpositions,
PivIndex &  nb_transpositions 
) [inline, static]

Definition at line 253 of file LU.




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011