All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
SubMatrix.hpp File Reference
#include <iostream>
Include dependency graph for SubMatrix.hpp:

Classes

struct  Eigen::ei_compute_lvalue_bit< MatrixType >
 
class  Eigen::SubMatrix< MatrixType, PermutationType, IsSub >
 
struct  Eigen::internal::traits< SubMatrix< MatrixType, PermutationType, IsSub > >
 
struct  Eigen::ei_range_helper< VectorType >
 
struct  Eigen::ei_submatrix_index_helper< MatrixType, PermutationType, rowsAtCompileTime, colsAtCompileTime >
 
struct  Eigen::ei_submatrix_index_helper< MatrixType, RowPermutation, rowsAtCompileTime, colsAtCompileTime >
 
struct  Eigen::ei_submatrix_index_helper< MatrixType, ColPermutation, rowsAtCompileTime, colsAtCompileTime >
 
struct  Eigen::ei_submatrix_index_helper< MatrixType, RowAndColPermutation, 1, colsAtCompileTime >
 
struct  Eigen::ei_submatrix_index_helper< MatrixType, RowPermutation, rowsAtCompileTime, 1 >
 
class  Eigen::VoidContainer< MatrixType >
 
class  Eigen::MatrixContainer< MatrixType >
 
struct  Eigen::ei_choose_container_impl< MatrixType, PermutationType >
 
struct  Eigen::ei_choose_container_impl< MatrixType, RowAndColPermutation >
 
class  Eigen::NoRowSelectionImpl< MatrixType, IsSub >
 
class  Eigen::RowSelectionImpl< MatrixType, IsSub >
 
struct  Eigen::ei_choose_row_impl< MatrixType, PermutationType, IsSub >
 
struct  Eigen::ei_choose_row_impl< MatrixType, ColPermutation, IsSub >
 
class  Eigen::NoColSelectionImpl< MatrixType, IsSub >
 
class  Eigen::ColSelectionImpl< MatrixType, IsSub >
 
struct  Eigen::ei_choose_col_impl< MatrixType, PermutationType, IsSub >
 
struct  Eigen::ei_choose_col_impl< MatrixType, RowPermutation, IsSub >
 
struct  Eigen::ei_choose_assert_selection< PermutationType >
 
struct  Eigen::ei_choose_assert_selection< RowPermutation >
 
struct  Eigen::ei_choose_assert_selection< ColPermutation >
 
struct  Eigen::ei_choose_assert_selection< RowAndColPermutation >
 
class  Eigen::SubMatrix< MatrixType, PermutationType, IsSub >
 
struct  Eigen::ColContainer< MatrixType >
 
class  Eigen::SubCol< MatrixType, IsSub >
 
class  Eigen::StackMatrix< MatrixType1, MatrixType2 >
 
struct  Eigen::internal::traits< StackMatrix< MatrixType1, MatrixType2 > >
 
class  Eigen::StackMatrix< MatrixType1, MatrixType2 >
 

Namespaces

 Eigen
 
 Eigen::internal
 

Typedefs

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

Enumerations

enum  {
  Eigen::RowPermutation,
  Eigen::ColPermutation,
  Eigen::RowAndColPermutation
}