matrix Namespace Reference


Detailed Description

namespace for matrix library

Author:
Georg Martius


Classes

class  Matrix
 Matrix type. More...

Typedefs

typedef double D
 type for matrix elements

Functions

ostream & operator<< (ostream &str, const Matrix &mat)

Variables

const int T = 0xFF
 integer constant for use with exp function and (^) operator to transpose the matrix


Typedef Documentation

typedef double D
 

type for matrix elements

Definition at line 113 of file matrix.h.


Function Documentation

ostream& matrix::operator<< ostream &  str,
const Matrix mat
 

.rown
) where rowX is tab seperated list of values

Definition at line 527 of file matrix.cpp.


Variable Documentation

const int T = 0xFF
 

integer constant for use with exp function and (^) operator to transpose the matrix

Definition at line 83 of file matrix.cpp.


Generated on Tue Apr 4 19:05:27 2006 for Robotsystem from Robot Group Leipzig by  doxygen 1.4.5