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