Click or drag to resize

MatrixPointwiseMultiply Method

Overload List
  NameDescription
Public methodPointwiseMultiply(Double)
Multiplies each element of the matrix by given scalar and returns the result.
Public methodPointwiseMultiply(Matrix)
Multiplies each element of this matrix by the corresponding element of the given matrix and returns the result.
Public methodPointwiseMultiply(Double, Matrix)
Multiplies each elementof the matrix by given scalar and writes the result into another matrix.
Public methodPointwiseMultiply(Matrix, Matrix)
Multiplies each element of this matrix by the corresponding element of the given matrix and writes the result into another matrix.
Top
See Also