Click or drag to resize

ComplexMatrixMultiply Method

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