Computes the inverses (reciprocals) of the elements of a vector in-place.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<T> ReciprocalInPlace()
Public Function ReciprocalInPlace As Vector(Of T)
public:
Vector<T>^ ReciprocalInPlace()
member ReciprocalInPlace : unit -> Vector<'T>
Return Value
Type:
VectorTThe current vector whose elements
are replaced by their inverse hyperbolic tangent.
Reference