Vector<T>.Conjugate(Vector<T>) Method

Returns the conjugate of a vector.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static Vector<T> Conjugate(
	Vector<T> vector
)

Parameters

vector  Vector<T>
A vector.

Return Value

Vector<T>
A vector whose elements are equal to the conjugate of the corresponding elements of vector.

Exceptions

ArgumentNullExceptionvector is null

See Also