ComposedComplexVector<T>.ConjugateInPlace Method

Changes the elements of the vector to their complex conjugate.

Definition

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

Return Value

Vector<Complex<T>>
A reference to this instance.

See Also