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

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

Go to the source code of this file.

Classes

class  ml::Tvec16< DT >
 A 16 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 Tvec16< MLfloatml::Vector16f
 A vector with 16 components of type float.
typedef Tvec16< MLdoubleml::Vector16d
 A vector with 16 components of type double.
typedef Tvec16< MLldoubleml::Vector16ld
 A vector with 16 components of type long double.
typedef Tvec16< MLdoubleml::Vector16
 A vector with 16 components of type double.
Deprecated
typedef Tvec16< MLfloatml::vecf16
typedef Tvec16< MLdoubleml::vecd16
typedef Tvec16< MLldoubleml::vecld16
typedef Tvec16< MLdoubleml::vec16

Detailed Description

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

Author:
Wolf Spindler
Date:
11/2003

Definition in file mlVector16.h.