ClMtxExpr.NormC Method

Overload List

#SignatureDescription
1function NormC(X: TOpenCLMatrix): Double;Computes the C Norm for the source data X.
2function NormC(X: TOpenCLMatrix; Y: TOpenCLMatrix; RelativeError: Boolean): Double;Computes the C Norm between X and Y.
3function NormC(X: TOpenCLVector): Double;Computes the C Norm for the source data X.
4function NormC(X: TOpenCLVector; Y: TOpenCLVector; RelativeError: Boolean): Double;Computes the C Norm between X and Y.

Overload 1: function NormC(X: TOpenCLMatrix): Double;

Computes the C Norm for the source data X.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: Double

Remarks:

Internally calls clMatrix.NormC

Overload 2: function NormC(X: TOpenCLMatrix; Y: TOpenCLMatrix; RelativeError: Boolean): Double;

Computes the C Norm between X and Y.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix
2YTOpenCLMatrixsource TOpenCLMatrix
3RelativeErrorBoolean

Returns: Double

Remarks:

Internally calls clMatrix.NormC

Overload 3: function NormC(X: TOpenCLVector): Double;

Computes the C Norm for the source data X.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: Double

Remarks:

Internally calls clVector.NormC

Overload 4: function NormC(X: TOpenCLVector; Y: TOpenCLVector; RelativeError: Boolean): Double;

Computes the C Norm between X and Y.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector
2YTOpenCLVectorsource TOpenCLVector
3RelativeErrorBoolean

Returns: Double

Remarks:

Internally calls clVector.NormC