Eigen Namespace Reference

Namespaces

namespace  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
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 >
class  SubMatrix
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
typedef SubMatrix<VectorXd,RowPermutation> Eigen::SubVectorXd

Enumeration Type Documentation

anonymous enum
Enumerator:
RowPermutation 
ColPermutation 
RowAndColPermutation