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