ComplexMatrixDivide Method

Overload List

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

See Also