ClMtxExpr::Mag Function

Overload List

#SignatureDescription
1clVector Mag(TOpenCLVector *X);Compute magnitude from the source.
2clMatrix Mag(TOpenCLMatrix *X);Compute magnitude from the source.
3clValue Mag(TOpenCLValue *X);Compute magnitude from the source.

Overload 1: clVector Mag(TOpenCLVector *X);

Compute magnitude from the source.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::Mag

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler

Overload 2: clMatrix Mag(TOpenCLMatrix *X);

Compute magnitude from the source.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::Mag

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler

Overload 3: clValue Mag(TOpenCLValue *X);

Compute magnitude from the source.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::Mag

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler