Robot Simulator of the Robotics Group for Self-Organization of Control  0.8.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
matrix.h File Reference
#include <string.h>
#include <assert.h>
#include <list>
#include <vector>
#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.

Classes

class  Matrix
 Matrix type. More...
 

Namespaces

 matrix
 namespace for the matrix library
 

Macros

#define D_Zero   0
 
#define D_One   1
 

Typedefs

typedef unsigned int I
 type for matrix indices More...
 
typedef double D
 type for matrix elements More...
 
typedef std::vector< Matrix > Matrices
 

Macro Definition Documentation

#define D_One   1
#define D_Zero   0