| Divide(Complex, DoubleMatrix) | Determines the division of a scalar by a matrix. |
| Divide(Double, DoubleMatrix) | Determines the division of a scalar by a matrix. |
| Divide(DoubleMatrix, DoubleMatrix) | Determines the division of a matrix by another. |
| Divide(DoubleMatrix, Double) | Determines the division of a matrix by a scalar. |
| Divide(DoubleMatrix, Complex) | Determines the division of a matrix by a scalar. |