Vector<T>.Conjugate Method
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Overload List
Conjugate() | Conjugates the elements of a vector and returns the result. |
Conjugate( | Returns the conjugate of a vector. |
Conjugate
Conjugates the elements of a vector and returns the result.
Conjugate(Vector<T>)
Returns the conjugate of a vector.
public static Vector<T> Conjugate(
Vector<T> vector
)
Parameters
Return Value
Vector<T>A vector whose elements are equal to the conjugate of the corresponding elements of vector.
Exceptions
Argument | vector is null |