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) |
| typedef Block<MatrixType,Dynamic,Dynamic> Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex >::BlockType |
| typedef MatrixType::Index Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex >::Index |
| typedef Block<MapLU, Dynamic, Dynamic> Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex >::MatrixType |
| typedef MatrixType::RealScalar Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex >::RealScalar |
| 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] |
| static Index Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex >::unblocked_lu | ( | MatrixType & | lu, |
| PivIndex * | row_transpositions, | ||
| PivIndex & | nb_transpositions | ||
| ) | [inline, static] |
| 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: |