Composed Complex Vector<T>.Conjugate In Place 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#
A reference to this instance.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public override Vector<Complex<T>> ConjugateInPlace()
Return Value
Vector<Complex<T>>A reference to this instance.