Definition in file offmat.hpp.
#include "offvec.hpp"
Go to the source code of this file.
Classes | |
| class | OffMat< F > |
Typedefs | |
| typedef OffMat< bool > | BolOffMat |
| typedef OffMat< int > | IntOffMat |
| typedef OffMat< double > | DblOffMat |
Functions | |
| template<class F> | |
| ostream & | operator<< (ostream &os, const OffMat< F > &mat) |
| template<class F> | |
| void | setvalue (OffMat< F > &mat, F val) |
| template<class F> | |
| void | clear (OffMat< F > &M) |
1.4.5