ergo
|
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) |
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.
|
inlinestatic |
References cols.