ergo
Ordering_row_wise Struct Reference

Struct for access to matrix elements stored in row wise order. More...

#include <common.h>

Classes

struct  Get
 

Static Public Member Functions

static int get (int const row, int const col, int const rows, int const cols)
 

Detailed Description

Struct for access to matrix elements stored in row wise order.

This struct used to specify how and in which order matrix elements are stored. At the moment, only regular row or column wise ordering is supported, but one could imagine symmetric or triangular storage.

See also
Ordering_col_wise

Member Function Documentation

◆ get()

static int Ordering_row_wise::get ( int const  row,
int const  col,
int const  rows,
int const  cols 
)
inlinestatic

References cols.


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