AbstractLinAlgPack: C++ Interfaces For Vectors, Matrices And Related Linear Algebra Objects  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Member Functions | List of all members
AbstractLinAlgPack::GenPermMatrixSliceIteratorPack::external_row_col_value_type< T > Class Template Reference

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)
 

Detailed Description

template<class T>
class AbstractLinAlgPack::GenPermMatrixSliceIteratorPack::external_row_col_value_type< T >

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.

Member Typedef Documentation

Constructor & Destructor Documentation


The documentation for this class was generated from the following file: