This class provides an underlying storage of the various linear-algebra classes (e.g. More...
#include "lsimpleMatrix.h"
Public Member Functions | |
const FloatType & | operator() (int row, int col) const |
FloatType & | operator() (int row, int col) |
const FloatType & | operator() (int col) const |
FloatType & | operator() (int col) |
This class provides an underlying storage of the various linear-algebra classes (e.g.
LVecBase3, LMatrix4) in the absence of the Eigen linear algebra library.
Definition at line 29 of file lsimpleMatrix.h.