Click or drag to resize

ComplexMatrixMultiply(Complex, ComplexMatrix) Operator

complex-Matrix multiplication.

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static ComplexMatrix operator *(
	Complex c,
	ComplexMatrix B
)
Request Example View Source

Parameters

c  Complex
The left side scalar of the multiplication operator.
B  ComplexMatrix
The right side matrix of the multiplication operator.

Return Value

ComplexMatrix
A matrix that represents the result of the multiplication.
See Also