#include <matgen.h>
Inheritance diagram for ColumnMajor:
Public Member Functions | |
ColumnMajor () | |
ColumnMajor (unsigned rows, unsigned cols) | |
unsigned | coordToOffset (unsigned i, unsigned j) const |
template<typename T_numtype> | |
T_numtype | get (const T_numtype *restrict data, unsigned i, unsigned j) const |
template<typename T_numtype> | |
T_numtype & | get (T_numtype *restrict data, unsigned i, unsigned j) |
ColumnMajor::ColumnMajor | ( | ) | [inline] |
ColumnMajor::ColumnMajor | ( | unsigned | rows, | |
unsigned | cols | |||
) | [inline] |
unsigned ColumnMajor::coordToOffset | ( | unsigned | i, | |
unsigned | j | |||
) | const [inline] |
T_numtype ColumnMajor::get | ( | const T_numtype *restrict | data, | |
unsigned | i, | |||
unsigned | j | |||
) | const [inline] |
T_numtype& ColumnMajor::get | ( | T_numtype *restrict | data, | |
unsigned | i, | |||
unsigned | j | |||
) | [inline] |