ComplexMatrixMultiply Operator

Overload List

Multiply(Complex, ComplexMatrix) Determines the multiplication of a scalar by a matrix.
Multiply(ComplexMatrix, ComplexMatrix) Determines the product of two matrices.
Multiply(ComplexMatrix, DoubleMatrix) Determines the product of two matrices.
Multiply(ComplexMatrix, ReadOnlyDoubleMatrix) Determines the product of two matrices.
Multiply(ComplexMatrix, Complex) Determines the multiplication of a matrix by a scalar.
Multiply(DoubleMatrix, ComplexMatrix) Determines the product of two matrices.
Multiply(ReadOnlyDoubleMatrix, ComplexMatrix) Determines the product of two matrices.

See Also