Main MRPT website > C++ reference
MRPT logo
Public Types | Static Public Member Functions
Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex > Struct Template Reference

Detailed Description

template<typename Scalar, int StorageOrder, typename PivIndex>
struct Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex >

Definition at line 230 of file LU.

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

template<typename Scalar , int StorageOrder, typename PivIndex >
typedef Block<MatrixType,Dynamic,Dynamic> Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex >::BlockType

Definition at line 239 of file LU.

template<typename Scalar , int StorageOrder, typename PivIndex >
typedef MatrixType::Index Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex >::Index

Definition at line 241 of file LU.

template<typename Scalar , int StorageOrder, typename PivIndex >
typedef Map<Matrix<Scalar, Dynamic, Dynamic, StorageOrder> > Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex >::MapLU

Definition at line 237 of file LU.

template<typename Scalar , int StorageOrder, typename PivIndex >
typedef Block<MapLU, Dynamic, Dynamic> Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex >::MatrixType

Definition at line 238 of file LU.

template<typename Scalar , int StorageOrder, typename PivIndex >
typedef MatrixType::RealScalar Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex >::RealScalar

Definition at line 240 of file LU.


Member Function Documentation

template<typename Scalar , int StorageOrder, typename PivIndex >
static Index Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex >::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.

template<typename Scalar , int StorageOrder, typename PivIndex >
static Index Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex >::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.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo