Matrix<T>.SinhCore Method

Computes the hyperbolic sine of the elements of a matrix.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected virtual Matrix<T> SinhCore(
	Matrix<T> result
)

Parameters

result  Matrix<T>
The matrix that is to hold the result. May be null.

Return Value

Matrix<T>

See Also