#include <SubMatrix.hpp>
Public Types | |
typedef MatrixType::Index | Index |
typedef Matrix< Index, Dynamic, 1 > | ColIndices |
Public Member Functions | |
ColSelectionImpl (const MatrixType &m, bool defaultPermutation) | |
ColSelectionImpl (const MatrixType &m, const ColIndices &indices) | |
ColSelectionImpl (const MatrixType &m, ColIndices *indices) | |
ColSelectionImpl (const ColSelectionImpl &clone) | |
Index | colIndex (Index i) const |
Index | cols () const |
const ColIndices & | getColIndices () const |
const Index & | getColIndices (Index i) const |
ColIndices & | getColIndices () |
Index & | getColIndices (Index i) |
bool | colIndicesOwned () const |
void | setColIndices (const ColIndices &indices) |
void | setColRange (Index start, Index end) |
void | permuteCols (Index i, Index j) |
void | pushColFront (Index index) |
void | pushColBack (Index index) |
Index | removeCol (Index index) |
Index | popColBack () |
Index | popColFront () |
typedef Matrix<Index, Dynamic, 1> Eigen::ColSelectionImpl< MatrixType, IsSub >::ColIndices |
typedef MatrixType::Index Eigen::ColSelectionImpl< MatrixType, IsSub >::Index |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by Eigen::SubMatrix< MatrixXd >::coeff(), and Eigen::SubMatrix< MatrixXd >::coeffRef().
|
inline |
|
inline |
Referenced by soth::Givens::applyThisOnTheLeft(), soth::Givens::applyThisOnTheLeftPartiel(), soth::Givens::applyThisOnTheRight(), soth::Givens::applyTransposeOnTheLeft(), soth::Givens::applyTransposeOnTheRight(), Eigen::ColSelectionImpl< MatrixType, IsSub >::permuteCols(), Eigen::ColSelectionImpl< MatrixType, IsSub >::popColBack(), Eigen::ColSelectionImpl< MatrixType, IsSub >::popColFront(), Eigen::ColSelectionImpl< MatrixType, IsSub >::pushColBack(), Eigen::ColSelectionImpl< MatrixType, IsSub >::pushColFront(), Eigen::ColSelectionImpl< MatrixType, IsSub >::removeCol(), and soth::Stage::testRecomposition().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References Eigen::ColSelectionImpl< MatrixType, IsSub >::cols().
Referenced by Eigen::ColSelectionImpl< MatrixType, IsSub >::popColFront().
|
inline |
|
inline |
References Eigen::ei_range_helper< VectorType >::generate().
Referenced by Eigen::ColSelectionImpl< MatrixType, IsSub >::ColSelectionImpl().