Vector<T>.Conjugate Core Method
Conjugates the elements of a vector.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A vector whose elements are equal to the conjugate of the corresponding elements of this vector.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
protected Vector<T> ConjugateCore(
Vector<T>? result
)
Parameters
Return Value
Vector<T>A vector whose elements are equal to the conjugate of the corresponding elements of this vector.
Exceptions
Dimension | The length of result does not equal the lenght of this vector. |