MatrixDo |
| Name | Description | |
|---|---|---|
| DoPointwiseMaximum(MatrixSingle, MatrixSingle) | Pointwise applies the maximum with the values of another matrix to each value and stores the result in the result matrix. | |
| DoPointwiseMaximum(Single, MatrixSingle) | Pointwise applies the maximum with a scalar to each value and stores the result in the result matrix. |