All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Eigen Namespace Reference

Namespaces

 internal
 

Classes

class  DestructiveColPivQR
 This class is a modification of Eigen's ColPivHouseholdeQR to perform a rank-revealing QR with column pivoting MP = QR with R*P' directly stored in the input matrix M and the householder vectors essential parts stored in the column of a different matrix given by the user. More...
 
struct  ei_compute_lvalue_bit
 
class  SubMatrix
 
struct  ei_range_helper
 
struct  ei_submatrix_index_helper
 
struct  ei_submatrix_index_helper< MatrixType, RowPermutation, rowsAtCompileTime, colsAtCompileTime >
 
struct  ei_submatrix_index_helper< MatrixType, ColPermutation, rowsAtCompileTime, colsAtCompileTime >
 
struct  ei_submatrix_index_helper< MatrixType, RowAndColPermutation, 1, colsAtCompileTime >
 
struct  ei_submatrix_index_helper< MatrixType, RowPermutation, rowsAtCompileTime, 1 >
 
class  VoidContainer
 
class  MatrixContainer
 
struct  ei_choose_container_impl
 
struct  ei_choose_container_impl< MatrixType, RowAndColPermutation >
 
class  NoRowSelectionImpl
 
class  RowSelectionImpl
 
struct  ei_choose_row_impl
 
struct  ei_choose_row_impl< MatrixType, ColPermutation, IsSub >
 
class  NoColSelectionImpl
 
class  ColSelectionImpl
 
struct  ei_choose_col_impl
 
struct  ei_choose_col_impl< MatrixType, RowPermutation, IsSub >
 
struct  ei_choose_assert_selection
 
struct  ei_choose_assert_selection< RowPermutation >
 
struct  ei_choose_assert_selection< ColPermutation >
 
struct  ei_choose_assert_selection< RowAndColPermutation >
 
struct  ColContainer
 
class  SubCol
 
class  StackMatrix
 

Typedefs

typedef SubMatrix< MatrixXd > SubMatrixXd
 
typedef SubMatrix< VectorXd,
RowPermutation
SubVectorXd
 
typedef const SubMatrixXd const_SubMatrixXd
 
typedef const SubVectorXd const_SubVectorXd
 

Enumerations

enum  {
  RowPermutation,
  ColPermutation,
  RowAndColPermutation
}
 

Typedef Documentation

typedef SubMatrix<MatrixXd> Eigen::SubMatrixXd

Enumeration Type Documentation

anonymous enum
Enumerator
RowPermutation 
ColPermutation 
RowAndColPermutation