#include <string.h>
#include <assert.h>
#include <list>
#include <cstdlib>
#include <iostream>
#include "storeable.h"
Include dependency graph for matrix.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | matrix |
Classes | |
class | Matrix |
Matrix type. More... | |
Defines | |
#define | D_Zero 0 |
#define | D_One 1 |
Typedefs | |
typedef unsigned int | matrix::I |
type for matrix indices | |
typedef double | matrix::D |
type for matrix elements | |
Variables | |
const int | matrix::T |
integer constant for use with exp function and (^) operator to transpose the matrix |
#define D_One 1 |
#define D_Zero 0 |