ClMtxExpr.NormC Method

Overload List

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

Overload 1: Double NormC(TOpenCLMatrix X)

Computes the C Norm for the source data X.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: Double

Remarks:

Internally calls Dew.Math.clMatrix.NormC

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

Computes the C Norm between X and Y.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix
2YTOpenCLMatrixsource TOpenCLMatrix
3RelativeErrorBoolean

Returns: Double

Remarks:

Internally calls Dew.Math.clMatrix.NormC

Overload 3: Double NormC(TOpenCLVector X)

Computes the C Norm for the source data X.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: Double

Remarks:

Internally calls Dew.Math.clVector.NormC

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

Computes the C Norm between X and Y.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector
2YTOpenCLVectorsource TOpenCLVector
3RelativeErrorBoolean

Returns: Double

Remarks:

Internally calls Dew.Math.clVector.NormC