Returns the conjugate of a vector.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Vector<T> Conjugate(
Vector<T> vector
)
Public Shared Function Conjugate (
vector As Vector(Of T)
) As Vector(Of T)
public:
static Vector<T>^ Conjugate(
Vector<T>^ vector
)
static member Conjugate :
vector : Vector<'T> -> Vector<'T>
Parameters
- vector
- Type: Extreme.MathematicsVectorT
A vector.
Return Value
Type:
VectorTA vector whose elements
are equal to the conjugate of the corresponding elements of
vector.
Reference