ClMtxExpr::NormL1 Function

Overload List

#SignatureDescription
1double NormL1(TOpenCLVector *X, TOpenCLVector *Y, bool RelativeError = false);Computes the L1 Norm between X and Y.
2double NormL1(TOpenCLVector *X);Computes the L1 Norm for X.
3double NormL1(TOpenCLMatrix *X, TOpenCLMatrix *Y, bool RelativeError = false);Computes the L1 Norm between X and Y.
4double NormL1(TOpenCLMatrix *X);Computes the L1 Norm for X.

Overload 1: double NormL1(TOpenCLVector *X, TOpenCLVector *Y, bool RelativeError = false);

Computes the L1 Norm between X and Y.

#NameTypeDescription
1XTOpenCLVector *
2YTOpenCLVector *
3RelativeError = falsebool
Remarks:

Internally calls clVector::NormL1

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

Overload 2: double NormL1(TOpenCLVector *X);

Computes the L1 Norm for X.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::NormL1

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

Overload 3: double NormL1(TOpenCLMatrix *X, TOpenCLMatrix *Y, bool RelativeError = false);

Computes the L1 Norm between X and Y.

#NameTypeDescription
1XTOpenCLMatrix *
2YTOpenCLMatrix *
3RelativeError = falsebool
Remarks:

Internally calls clMatrix::NormL1

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

Overload 4: double NormL1(TOpenCLMatrix *X);

Computes the L1 Norm for X.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::NormL1

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