Click or drag to resize

ComplexVector   Conversion (ComplexVector to ComplexMatrix)

Implicit Vector to Matrix conversion.

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static implicit operator ComplexMatrix (
	ComplexVector V
)
Request Example View Source

Parameters

V  ComplexVector
The Vector

Return Value

ComplexMatrix
The Matrix.
See Also