#include <GteMatrix.h>
Public Member Functions | |
Real const & | operator() (int r, int c) const |
Real & | operator() (int r, int c) |
Real const & | operator[] (int i) const |
Real & | operator[] (int i) |
Public Attributes | |
std::array< std::array< Real, NumRows >, NumCols > | mStorage |
Definition at line 88 of file GteMatrix.h.
|
inline |
Definition at line 922 of file GteMatrix.h.
|
inline |
Definition at line 933 of file GteMatrix.h.
|
inline |
Definition at line 943 of file GteMatrix.h.
|
inline |
Definition at line 950 of file GteMatrix.h.
std::array<std::array<Real,NumRows>,NumCols> gte::Matrix< NumRows, NumCols, Real >::Table::mStorage |
Definition at line 103 of file GteMatrix.h.