Click or drag to resize

ComplexMatrixDivision Operator

Overload List
  NameDescription
Public operatorStatic memberCode exampleDivision(Complex, ComplexMatrix)
Determines the division of a scalar by a matrix.
Public operatorStatic memberCode exampleDivision(ComplexMatrix, ComplexMatrix)
Determines the division of a matrix by another.
Public operatorStatic memberDivision(ComplexMatrix, DoubleMatrix)
Determines the division of a matrix by another.
Public operatorStatic memberDivision(ComplexMatrix, ReadOnlyDoubleMatrix)
Determines the division of a matrix by another.
Public operatorStatic memberCode exampleDivision(ComplexMatrix, Complex)
Determines the division of a matrix by a scalar.
Public operatorStatic memberDivision(DoubleMatrix, ComplexMatrix)
Determines the division of a matrix by another.
Public operatorStatic memberDivision(ReadOnlyDoubleMatrix, ComplexMatrix)
Determines the division of a matrix by another.
Top
See Also