RealMatrix.h File Reference

Depending on the value of REALType, define real matrices as floats or doubles. More...

#include "real.h"
#include "DoubleMatrix.h"

Go to the source code of this file.

Typedefs

typedef DoubleMatrix RealMatrix
 The matrix class that contains elements of type REAL.


Detailed Description

Depending on the value of REALType, define real matrices as floats or doubles.

This is not a robust mechanism and I've only used the default 'double' option.