ClMtxExpr.ArcSinh Method

Overload List

#SignatureDescription
1function ArcSinh(X: TOpenCLMatrix): clMatrix;Result = the ArcSinh function from the source and return the result
2function ArcSinh(X: TOpenCLValue): clValue;Result = the ArcSinh function from the source and return the result
3function ArcSinh(X: TOpenCLVector): clVector;Result = the ArcSinh function from the source and return the result

Overload 1: function ArcSinh(X: TOpenCLMatrix): clMatrix;

Compute the ArcSinh function from the source and return the result.

#NameTypeDescription
1XTOpenCLMatrixsource TOpenCLMatrix

Returns: clMatrix

Remarks:

Internally calls clMatrix.ArcSinh

Overload 2: function ArcSinh(X: TOpenCLValue): clValue;

Compute the ArcSinh function from the source and return the result.

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: clValue

Remarks:

Internally calls clValue.ArcSinh

Overload 3: function ArcSinh(X: TOpenCLVector): clVector;

Compute the ArcSinh function from the source and return the result.

#NameTypeDescription
1XTOpenCLVectorsource TOpenCLVector

Returns: clVector

Remarks:

Internally calls clVector.ArcSinh