ClMtxExpr::NormC Function

Overload List

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

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

Computes the C Norm between X and Y.

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

Internally calls clVector::NormC

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

Overload 2: double NormC(TOpenCLVector *X);

Computes the C Norm for the source data X.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::NormC

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

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

Computes the C Norm between X and Y.

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

Internally calls clMatrix::NormC

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

Overload 4: double NormC(TOpenCLMatrix *X);

Computes the C Norm for the source data X.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::NormC

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