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

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

Go to the source code of this file.

Classes

class  ml::Tvec10< DT >
 An ten 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 Tvec10< MLfloatml::Vector10f
 A vector with 10 components of type float.
typedef Tvec10< MLdoubleml::Vector10d
 A vector with 10 components of type double.
typedef Tvec10< MLldoubleml::Vector10ld
 A vector with 10 components of type long double.
typedef Tvec10< MLdoubleml::Vector10
 A vector with 10 components of type double.
Deprecated
typedef Tvec10< MLfloatml::vecf10
typedef Tvec10< MLdoubleml::vecd10
typedef Tvec10< MLldoubleml::vecld10
typedef Tvec10< MLdoubleml::vec10

Detailed Description

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

Author:
Wolf Spindler
Date:
09/2007

Definition in file mlVector10.h.