Click or drag to resize

DoubleMatrixMultiply Operator

Overload List
  NameDescription
Public operatorStatic memberMultiply(Complex, DoubleMatrix)
Determines the multiplication of a scalar by a matrix.
Public operatorStatic memberCode exampleMultiply(Double, DoubleMatrix)
Determines the multiplication of a scalar by a matrix.
Public operatorStatic memberCode exampleMultiply(DoubleMatrix, DoubleMatrix)
Determines the product of two matrices.
Public operatorStatic memberCode exampleMultiply(DoubleMatrix, Double)
Determines the multiplication of a matrix by a scalar.
Public operatorStatic memberMultiply(DoubleMatrix, Complex)
Determines the multiplication of a matrix by a scalar.
Top
See Also