#include <iomanip>
#include "matrix.h"
Include dependency graph for matrix.cpp:
Namespaces | |
namespace | asr |
Functions | |
std::ostream & | asr::operator<< (std::ostream &os, const Matrix &A) |
Write matrix elements to an output stream. | |
std::ostream & | asr::operator<< (std::ostream &os, const Vector &A) |
Write elements to an output stream. | |
std::ostream & | asr::operator<< (std::ostream &os, const Point &A) |
Write elements to an output stream. |