ML Reference
MeVis/Foundation/Sources/MLLinearAlgebra/mlVector64.h File Reference

Template class for a 64D vector for floating point types, derived from FloatingPointVector. More...

Go to the source code of this file.

Classes

class  ml::Tvec64< DT >
 A 64 dimensional vector class for floating point types. More...

Namespaces

namespace  ml
 

Define the namespace name like in the ML. Default is ml.


Typedefs

Specializations for float, double and long double.
typedef Tvec64< MLfloatml::Vector64f
 A vector with 64 components of type float.
typedef Tvec64< MLdoubleml::Vector64d
 A vector with 64 components of type double.
typedef Tvec64< MLldoubleml::Vector64ld
 A vector with 64 components of type long double.
typedef Tvec64< MLdoubleml::Vector64
 A vector with 64 components of type double.
Deprecated
typedef Tvec64< MLfloatml::vecf64
typedef Tvec64< MLdoubleml::vecd64
typedef Tvec64< MLldoubleml::vecld64
typedef Tvec64< MLdoubleml::vec64

Detailed Description

Template class for a 64D vector for floating point types, derived from FloatingPointVector.

Author:
Wolf Spindler
Date:
11/2003

Definition in file mlVector64.h.