ComplexMatrixMultiply(Complex, ComplexMatrix) Operator

Definition

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

Parameters

c  Complex
 
B  ComplexMatrix
 

Return Value

ComplexMatrix

See Also