Basis for matrix implementations. More...
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... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const Matrix &mat) |
Detailed Description
Basis for matrix implementations.