Path Tracer
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex, SizeAtCompileTime > Struct Template Reference

Public Types

typedef Matrix< Scalar, ActualSizeAtCompileTime, ActualSizeAtCompileTime, StorageOrder > MatrixType
 
typedef Ref< MatrixTypeMatrixTypeRef
 
typedef Ref< Matrix< Scalar, Dynamic, Dynamic, StorageOrder > > BlockType
 
typedef MatrixType::RealScalar RealScalar
 

Static Public Member Functions

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 Public Attributes

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: