Definition in file nummat.hpp.
#include "numvec.hpp"
Go to the source code of this file.
Classes | |
| class | NumMat< F > |
| NumMat is a matrix made up of a size and data. The data can be made up of any type (ints, double, bools, etc.). More... | |
Typedefs | |
| typedef NumMat< bool > | BolNumMat |
| typedef NumMat< int > | IntNumMat |
| typedef NumMat< double > | DblNumMat |
Functions | |
| template<class F> | |
| ostream & | operator<< (ostream &os, const NumMat< F > &mat) |
| template<class F> | |
| void | setvalue (NumMat< F > &M, F val) |
| template<class F> | |
| void | clear (NumMat< F > &M) |
1.4.5