Computes the inverse hyperbolic sine of the elements of a matrix in-place.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Matrix<T> AsinhInPlace()
Public Function AsinhInPlace As Matrix(Of T)
public:
Matrix<T>^ AsinhInPlace()
member AsinhInPlace : unit -> Matrix<'T>
Return Value
Type:
MatrixTThe current matrix whose elements
are replaced by their inverse hyperbolic sine.
Numerical Libraries
Supported in: 6.0
Reference