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