Basis for matrix implementations. More...
#include <iostream>
#include "mvector.hpp"
Go to the source code of this file.
Classes | |
struct | MatrixMulVec |
Container object for matrix-vector multiplication operation. More... | |
class | Matrix |
Base matrix class. More... | |
Defines | |
#define | MATRIX_HPP 1 |
Functions | |
std::ostream & | operator<< (std::ostream &os, const Matrix &mat) |
Basis for matrix implementations.
#define MATRIX_HPP 1 |
std::ostream& operator<< | ( | std::ostream & | os, | |
const Matrix & | mat | |||
) |