Implementation of a limited matrix class. More...
Go to the source code of this file.
Functions | |
ostream & | operator<< (ostream &output, const Matrix &m) |
Implementation of a limited matrix class.
Supports 3 by 2, and 3 by 3 matrices.
Definition in file Matrix.C.