Click or drag to resize

DoubleMatrixDivision Operator

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