MatrixTDo |
| Name | Description | |
|---|---|---|
| DoPointwiseMinimum(T, MatrixT) | Pointwise applies the minimum with a scalar to each value and stores the result in the result matrix. | |
| DoPointwiseMinimum(MatrixT, MatrixT) | Pointwise applies the minimum with the values of another matrix to each value and stores the result in the result matrix. |