Click or drag to resize

MatrixPointwiseDivide Method

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