![]() |
MoCSI API Reference
|
#include <exception>#include <iostream>#include <sstream>#include <string>#include <valarray>#include <vector>#include "CoreEnums.h"

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... | |