#include <PartialPivLU.h>
Public Types | |
| typedef Ref< Matrix< Scalar, Dynamic, Dynamic, StorageOrder > > | BlockType |
| typedef Matrix< Scalar, ActualSizeAtCompileTime, ActualSizeAtCompileTime, StorageOrder > | MatrixType |
| typedef Ref< MatrixType > | MatrixTypeRef |
| typedef MatrixType::RealScalar | RealScalar |
Static Public Member Functions | |
| static Index | blocked_lu (Index rows, Index cols, Scalar *lu_data, Index luStride, PivIndex *row_transpositions, PivIndex &nb_transpositions, Index maxBlockSize=256) |
| static Index | unblocked_lu (MatrixTypeRef &lu, PivIndex *row_transpositions, PivIndex &nb_transpositions) |
Static Public Attributes | |
| static const int | ActualSizeAtCompileTime = UnBlockedAtCompileTime ? SizeAtCompileTime : Dynamic |
| static const int | RCols = SizeAtCompileTime==2 ? 1 : Dynamic |
| static const int | RRows = SizeAtCompileTime==2 ? 1 : Dynamic |
| static const bool | UnBlockedAtCompileTime = SizeAtCompileTime!=Dynamic && SizeAtCompileTime<=UnBlockedBound |
| static const int | UnBlockedBound = 16 |
Definition at line 335 of file PartialPivLU.h.
| typedef Ref<Matrix<Scalar, Dynamic, Dynamic, StorageOrder> > Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex, SizeAtCompileTime >::BlockType |
Definition at line 345 of file PartialPivLU.h.
| typedef Matrix<Scalar, ActualSizeAtCompileTime, ActualSizeAtCompileTime, StorageOrder> Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex, SizeAtCompileTime >::MatrixType |
Definition at line 343 of file PartialPivLU.h.
| typedef Ref<MatrixType> Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex, SizeAtCompileTime >::MatrixTypeRef |
Definition at line 344 of file PartialPivLU.h.
| typedef MatrixType::RealScalar Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex, SizeAtCompileTime >::RealScalar |
Definition at line 346 of file PartialPivLU.h.
|
inlinestatic |
Definition at line 430 of file PartialPivLU.h.
|
inlinestatic |
Definition at line 358 of file PartialPivLU.h.
|
static |
Definition at line 339 of file PartialPivLU.h.
|
static |
Definition at line 342 of file PartialPivLU.h.
|
static |
Definition at line 341 of file PartialPivLU.h.
|
static |
Definition at line 338 of file PartialPivLU.h.
|
static |
Definition at line 337 of file PartialPivLU.h.