ComposedComplexVector<T> Constructor

Constructs a new ComposedComplexVector<T> with the specified length.

Definition

Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public ComposedComplexVector(
	Vector<T> realPart,
	Vector<T> imaginaryPart
)

Parameters

realPart  Vector<T>
 
imaginaryPart  Vector<T>
 

See Also