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

#include <PartialPivLU.h>

Public Types

typedef Ref< Matrix< Scalar, Dynamic, Dynamic, StorageOrder > > BlockType
 
typedef Matrix< Scalar, ActualSizeAtCompileTime, ActualSizeAtCompileTime, StorageOrder > MatrixType
 
typedef Ref< MatrixTypeMatrixTypeRef
 
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
 

Detailed Description

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

Definition at line 335 of file PartialPivLU.h.

Member Typedef Documentation

◆ BlockType

template<typename Scalar , int StorageOrder, typename PivIndex , int SizeAtCompileTime = Dynamic>
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.

◆ MatrixType

template<typename Scalar , int StorageOrder, typename PivIndex , int SizeAtCompileTime = Dynamic>
typedef Matrix<Scalar, ActualSizeAtCompileTime, ActualSizeAtCompileTime, StorageOrder> Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex, SizeAtCompileTime >::MatrixType

Definition at line 343 of file PartialPivLU.h.

◆ MatrixTypeRef

template<typename Scalar , int StorageOrder, typename PivIndex , int SizeAtCompileTime = Dynamic>
typedef Ref<MatrixType> Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex, SizeAtCompileTime >::MatrixTypeRef

Definition at line 344 of file PartialPivLU.h.

◆ RealScalar

template<typename Scalar , int StorageOrder, typename PivIndex , int SizeAtCompileTime = Dynamic>
typedef MatrixType::RealScalar Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex, SizeAtCompileTime >::RealScalar

Definition at line 346 of file PartialPivLU.h.

Member Function Documentation

◆ blocked_lu()

template<typename Scalar , int StorageOrder, typename PivIndex , int SizeAtCompileTime = Dynamic>
static Index Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex, SizeAtCompileTime >::blocked_lu ( Index  rows,
Index  cols,
Scalar lu_data,
Index  luStride,
PivIndex *  row_transpositions,
PivIndex &  nb_transpositions,
Index  maxBlockSize = 256 
)
inlinestatic

Definition at line 430 of file PartialPivLU.h.

◆ unblocked_lu()

template<typename Scalar , int StorageOrder, typename PivIndex , int SizeAtCompileTime = Dynamic>
static Index Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex, SizeAtCompileTime >::unblocked_lu ( MatrixTypeRef lu,
PivIndex *  row_transpositions,
PivIndex &  nb_transpositions 
)
inlinestatic

Definition at line 358 of file PartialPivLU.h.

Member Data Documentation

◆ ActualSizeAtCompileTime

template<typename Scalar , int StorageOrder, typename PivIndex , int SizeAtCompileTime = Dynamic>
const int Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex, SizeAtCompileTime >::ActualSizeAtCompileTime = UnBlockedAtCompileTime ? SizeAtCompileTime : Dynamic
static

Definition at line 339 of file PartialPivLU.h.

◆ RCols

template<typename Scalar , int StorageOrder, typename PivIndex , int SizeAtCompileTime = Dynamic>
const int Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex, SizeAtCompileTime >::RCols = SizeAtCompileTime==2 ? 1 : Dynamic
static

Definition at line 342 of file PartialPivLU.h.

◆ RRows

template<typename Scalar , int StorageOrder, typename PivIndex , int SizeAtCompileTime = Dynamic>
const int Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex, SizeAtCompileTime >::RRows = SizeAtCompileTime==2 ? 1 : Dynamic
static

Definition at line 341 of file PartialPivLU.h.

◆ UnBlockedAtCompileTime

template<typename Scalar , int StorageOrder, typename PivIndex , int SizeAtCompileTime = Dynamic>
const bool Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex, SizeAtCompileTime >::UnBlockedAtCompileTime = SizeAtCompileTime!=Dynamic && SizeAtCompileTime<=UnBlockedBound
static

Definition at line 338 of file PartialPivLU.h.

◆ UnBlockedBound

template<typename Scalar , int StorageOrder, typename PivIndex , int SizeAtCompileTime = Dynamic>
const int Eigen::internal::partial_lu_impl< Scalar, StorageOrder, PivIndex, SizeAtCompileTime >::UnBlockedBound = 16
static

Definition at line 337 of file PartialPivLU.h.


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


gtsam
Author(s):
autogenerated on Tue Jul 4 2023 02:45:01