#include <iostream>
#include <iomanip>
#include "Matrix.h"
Include dependency graph for Matrix.cpp:
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &o, const Matrix &m) |
std::ostream& operator<< | ( | std::ostream & | o, | |
const Matrix & | m | |||
) |
Output operator
Definition at line 10 of file Matrix.cpp.