Composed Complex Vector<T> Constructor
Constructs a new ComposedComplexVector<T> with the specified
length.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public ComposedComplexVector(
Vector<T> realPart,
Vector<T>? imaginaryPart
)