ComposedComplexVector<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.0
C#
public ComposedComplexVector(
	Vector<T> realPart,
	Vector<T>? imaginaryPart
)

Parameters

realPart  Vector<T>
 
imaginaryPart  Vector<T>
 

See Also