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