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) |