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