MatrixPointwiseMultiply Method |
Name | Description | |
---|---|---|
PointwiseMultiply(Double) |
Multiplies each element of the matrix by given scalar
and returns the result.
| |
PointwiseMultiply(Matrix) |
Multiplies each element of this matrix by the corresponding element of
the given matrix and returns the result.
| |
PointwiseMultiply(Double, Matrix) |
Multiplies each elementof the matrix by given scalar
and writes the result into another matrix.
| |
PointwiseMultiply(Matrix, Matrix) |
Multiplies each element of this matrix by the corresponding element of
the given matrix and writes the result into another matrix.
|