#include <string.h>#include <assert.h>#include <list>#include <cstdlib>#include <iostream>#include "storeable.h"


Go to the source code of this file.
Classes | |
| class | Matrix |
| Matrix type. More... | |
Namespaces | |
| namespace | matrix |
| namespace for the matrix library | |
Defines | |
| #define | D_Zero 0 |
| #define | D_One 1 |
Typedefs | |
| typedef unsigned int | I |
| type for matrix indices | |
| typedef double | D |
| type for matrix elements | |
| #define D_One 1 |
| #define D_Zero 0 |
1.5.8