ComposedComplexVector<T>.GetRealPart Method

Returns a real vector containing the real elements of the vector.

Definition

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

Return Value

Vector<T>
A Vector<T> containing the real part of each component of the vector.

See Also