Conjugates the elements of a vector.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
protected Vector<T> ConjugateCore(
Vector<T> result
)
Protected Function ConjugateCore (
result As Vector(Of T)
) As Vector(Of T)
protected:
Vector<T>^ ConjugateCore(
Vector<T>^ result
)
member ConjugateCore :
result : Vector<'T> -> Vector<'T>
Parameters
- result
- Type: Extreme.MathematicsVectorT
The vector that is to hold the result. May be .
Return Value
Type:
VectorTA vector whose elements
are equal to the conjugate of the corresponding elements of
this vector.
Reference