Vector<T>.Conjugate Core Method
Conjugates the elements of a vector.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A vector whose elements are equal to the conjugate of the corresponding elements of this vector.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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. |