Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function Min(X: TOpenCLMatrix): Double; | Returns the minimum of the source data. |
| 2 | function Min(X: TOpenCLVector): Double; | Returns the minimum of the source data. |
Overload 1: function Min(X: TOpenCLMatrix): Double;
Returns the minimum of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLMatrix | source TOpenCLMatrix |
Returns: Double
Remarks:
Internally calls clMatrix.Min
Overload 2: function Min(X: TOpenCLVector): Double;
Returns the minimum of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TOpenCLVector | source TOpenCLVector |
Returns: Double
Remarks:
Internally calls clMatrix.Min