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