Vector<T>.Conjugate Method
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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. |