|
Public Member Functions |
|
| Matrix (int width, int height) |
|
void | resize (int width, int height) |
|
void | setToIdentity () |
|
std::valarray< T > | operator * (const std::valarray< T > &v) const |
|
Matrix< T > | getInverse () const |
|
int | getWidth () const |
|
int | getHeight () const |
|
T & | at (int row, int col) |
|
T | at (int row, int col) const |
|
T & | operator() (int row, int col) |
|
T | operator() (int row, int col) const |
|
void | print (const char *title="") const |