Shapeworks Studio  2.1
Shape analysis software suite
List of all members | Public Types | Static Public Member Functions
Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex > Struct Template Reference

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)
 

Detailed Description

template<typename Scalar, int StorageOrder, typename PivIndex>
struct Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex >

Definition at line 216 of file PartialPivLU.h.


The documentation for this struct was generated from the following file: