MatrixPointwiseAdd Method |
Name | Description | |
---|---|---|
PointwiseAdd(Double) |
Adds the given scalar to each element of the matrix
and returns the result.
| |
PointwiseAdd(Matrix) |
Adds each element of the given matrix to the corresponding
element of this matrix and returns the result.
| |
PointwiseAdd(Double, Matrix) |
Adds the given scalar to each element of the matrix
and writes the result into another one.
| |
PointwiseAdd(Matrix, Matrix) |
Adds each element of the given matrix to the corresponding
element of this matrix and writes the result into another one.
|