matrix.cpp File Reference

#include "matrix.h"
#include <string.h>
#include <cmath>
#include <algorithm>

Include dependency graph for matrix.cpp:


Namespaces

namespace  matrix

Defines

#define COMPARE_EPS   1e-12
#define VAL(i, j)   data[i*n+j]

Functions

int matrix::cmpdouble (const void *a, const void *b)
std::ostream & matrix::operator<< (std::ostream &str, const Matrix &mat)

Variables

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

Define Documentation

#define COMPARE_EPS   1e-12

#define VAL ( i,
 )     data[i*n+j]


Generated on Fri Oct 30 16:29:01 2009 for Robot Simulator of the Robotics Group for Self-Organization of Control by  doxygen 1.4.7