Click or drag to resize

DoubleMatrixDivide Method

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