Click or drag to resize

DoubleMatrixMultiply Method

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