Complex MatrixMultiply(Complex, Complex Matrix) Operator
Definition
Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static ComplexMatrix operator *(
Complex c,
ComplexMatrix B
)VB
Public Shared Operator * (
c As Complex,
B As ComplexMatrix
) As ComplexMatrixParameters
- c Complex
- B ComplexMatrix