|
typedef Matrix< Scalar, ActualSizeAtCompileTime, ActualSizeAtCompileTime, StorageOrder > | MatrixType |
|
typedef Ref< MatrixType > | MatrixTypeRef |
|
typedef Ref< Matrix< Scalar, Dynamic, Dynamic, StorageOrder > > | BlockType |
|
typedef MatrixType::RealScalar | RealScalar |
|
|
static Index | unblocked_lu (MatrixTypeRef &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) |
|
|
static const int | UnBlockedBound = 16 |
|
static const bool | UnBlockedAtCompileTime = SizeAtCompileTime!=Dynamic && SizeAtCompileTime<=UnBlockedBound |
|
static const int | ActualSizeAtCompileTime = UnBlockedAtCompileTime ? SizeAtCompileTime : Dynamic |
|
static const int | RRows = SizeAtCompileTime==2 ? 1 : Dynamic |
|
static const int | RCols = SizeAtCompileTime==2 ? 1 : Dynamic |
|
The documentation for this struct was generated from the following file: