|
AbstractLinAlgPack: C++ Interfaces For Vectors, Matrices And Related Linear Algebra Objects
Version of the Day
|
External storage of a row and column indice. This is required for creating a temporary in an assignment operation in a sorting algorithm (like std::sort(...)). More...
#include <AbstractLinAlgPack_GenPermMatrixSliceIterator.hpp>
Public Types | |
| typedef T | index_type |
| | |
| typedef ptrdiff_t | difference_type |
| | |
Public Member Functions | |
| external_row_col_value_type (difference_type row_off, difference_type col_off, index_type row_i, index_type col_j) | |
| | |
External storage of a row and column indice. This is required for creating a temporary in an assignment operation in a sorting algorithm (like std::sort(...)).
Definition at line 63 of file AbstractLinAlgPack_GenPermMatrixSliceIterator.hpp.
| typedef T AbstractLinAlgPack::GenPermMatrixSliceIteratorPack::external_row_col_value_type< T >::index_type |
Definition at line 66 of file AbstractLinAlgPack_GenPermMatrixSliceIterator.hpp.
| typedef ptrdiff_t AbstractLinAlgPack::GenPermMatrixSliceIteratorPack::external_row_col_value_type< T >::difference_type |
Definition at line 68 of file AbstractLinAlgPack_GenPermMatrixSliceIterator.hpp.
| AbstractLinAlgPack::GenPermMatrixSliceIteratorPack::external_row_col_value_type< T >::external_row_col_value_type | ( | difference_type | row_off, |
| difference_type | col_off, | ||
| index_type | row_i, | ||
| index_type | col_j | ||
| ) | [inline] |
Definition at line 70 of file AbstractLinAlgPack_GenPermMatrixSliceIterator.hpp.
1.7.6.1