#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) |
|
|
|
|
|
|
|
|
|
|