Click or drag to resize

MatrixPointwiseLeftDivide Method

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