ComposedComplexVector<T>.ConjugateInPlace Method

Changes the elements of the vector to their complex conjugate.

Definition

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

Return Value

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

See Also