Click or drag to resize

ComplexMatrixMultiply Operator

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