#include "marMatrix.h"#include <assert.h>
Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &os, const marMatrix &m) |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const marMatrix & | m | |||
| ) |
Definition at line 87 of file marMatrix.cpp.
References marMatrix::_data, marMatrix::_size1, and marMatrix::_size2.
1.6.1