#include <PartialPivLU.h>
Public Types | |
typedef Block< MatrixType, Dynamic, Dynamic > | BlockType |
typedef MatrixType::Index | Index |
typedef Map< Matrix< Scalar, Dynamic, Dynamic, StorageOrder > > | MapLU |
typedef Block< MapLU, Dynamic, Dynamic > | MatrixType |
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 (MatrixType &lu, PivIndex *row_transpositions, PivIndex &nb_transpositions) |
Definition at line 216 of file PartialPivLU.h.
typedef Block<MatrixType,Dynamic,Dynamic> Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex >::BlockType |
Definition at line 225 of file PartialPivLU.h.
typedef MatrixType::Index Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex >::Index |
Definition at line 227 of file PartialPivLU.h.
typedef Map<Matrix<Scalar, Dynamic, Dynamic, StorageOrder> > Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex >::MapLU |
Definition at line 223 of file PartialPivLU.h.
typedef Block<MapLU, Dynamic, Dynamic> Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex >::MatrixType |
Definition at line 224 of file PartialPivLU.h.
typedef MatrixType::RealScalar Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex >::RealScalar |
Definition at line 226 of file PartialPivLU.h.
|
inlinestatic |
Definition at line 298 of file PartialPivLU.h.
|
inlinestatic |
Definition at line 239 of file PartialPivLU.h.