ReadOnlyComplexMatrixMultiply Operator

Overload List

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

See Also