MatrixPointwiseLeftDivide Method |
Name | Description | |
---|---|---|
PointwiseLeftDivide(Double) |
Divides the given scalar by each element of the matrix and
returns the result.
| |
PointwiseLeftDivide(Matrix) |
Divides each element of the given matrix by the corresponding element of
this one and returns the result.
| |
PointwiseLeftDivide(Double, Matrix) |
Divides the given scalar by each element of the matrix and
writes the result into another matrix.
| |
PointwiseLeftDivide(Matrix, Matrix) |
Divides each element of the given matrix by the corresponding element of
this one and writes the result into another matrix.
|