RealVector.h File Reference

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

#include "real.h"
#include "DoubleVector.h"

Go to the source code of this file.

Typedefs

typedef DoubleVector RealVector
 The vector class that contains elements of type REAL.


Detailed Description

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

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