Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TCplx Minc(TOpenCLMatrix X) | Returns the minimum of the source data. |
| 2 | TCplx Minc(TOpenCLVector X) | Returns the minimum of the source data. |
Overload 1: TCplx Minc(TOpenCLMatrix X)
Returns the minimum of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix | source TOpenCLMatrix |
Returns: TCplx (complex)
Remarks:
Internally calls Dew.Math.clMatrix.Minc
Overload 2: TCplx Minc(TOpenCLVector X)
Returns the minimum of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector | source TOpenCLVector |
Returns: TCplx (complex)
Remarks:
Internally calls Dew.Math.clVector.Minc