MoCSI API Reference
Loading...
Searching...
No Matches
Classes
GenericMatrix.h File Reference
#include <exception>
#include <iostream>
#include <sstream>
#include <string>
#include <valarray>
#include <vector>
Include dependency graph for GenericMatrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GenericMatrix< T >
 Template generalized Matrix object that should be the base for all further implementations of a matrix class. Only provides the most basic functionality and contains mainly pure virtual functions. More...
 
class  MatrixOutOfBoundsError
 Error class to throw when the matrix is accessed out of bounds. Inherits from std::exception. More...