Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function Sech(X: TOpenCLMatrix): clMatrix; | Result = the Sech function from the source and return the result |
| 2 | function Sech(X: TOpenCLValue): clValue; | Result = the Sech function from the source and return the result |
| 3 | function Sech(X: TOpenCLVector): clVector; | Result = the Sech function from the source and return the result |
Overload 1: function Sech(X: TOpenCLMatrix): clMatrix;
Compute the Sech function from the source and return the result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix | source TOpenCLMatrix |
Returns: clMatrix
Remarks:
Internally calls clMatrix.Sech
Overload 2: function Sech(X: TOpenCLValue): clValue;
Compute the Sech function from the source and return the result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLValue | source TOpenCLValue |
Returns: clValue
Remarks:
Internally calls clValue.Sech
Overload 3: function Sech(X: TOpenCLVector): clVector;
Compute the Sech function from the source and return the result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector | source TOpenCLVector |
Returns: clVector
Remarks:
Internally calls clVector.Sech