ConstantVector<T>.ConjugateInPlace Method

Conjugates all elements of a vector in-place.

Definition

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

Return Value

Vector<T>
a reference to this vector.

See Also