OGS
MathLib::RowColumnIndices< IDX_TYPE > Struct Template Reference

Detailed Description

template<typename IDX_TYPE>
struct MathLib::RowColumnIndices< IDX_TYPE >

Definition at line 19 of file RowColumnIndices.h.

#include <RowColumnIndices.h>

Public Types

using LineIndex = typename std::vector<IDX_TYPE>
 

Public Member Functions

 RowColumnIndices (LineIndex const &rows_, LineIndex const &columns_)
 

Public Attributes

LineIndex const & rows
 
LineIndex const & columns
 

Member Typedef Documentation

◆ LineIndex

template<typename IDX_TYPE >
using MathLib::RowColumnIndices< IDX_TYPE >::LineIndex = typename std::vector<IDX_TYPE>

Definition at line 21 of file RowColumnIndices.h.

Constructor & Destructor Documentation

◆ RowColumnIndices()

template<typename IDX_TYPE >
MathLib::RowColumnIndices< IDX_TYPE >::RowColumnIndices ( LineIndex const & rows_,
LineIndex const & columns_ )
inline

Definition at line 22 of file RowColumnIndices.h.

23 : rows(rows_), columns(columns_)
24 { }

Member Data Documentation

◆ columns

template<typename IDX_TYPE >
LineIndex const& MathLib::RowColumnIndices< IDX_TYPE >::columns

◆ rows

template<typename IDX_TYPE >
LineIndex const& MathLib::RowColumnIndices< IDX_TYPE >::rows

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