Computes the cosh of a matrix pointwise
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Matrix<T> Cosh(
Matrix<T> x
)
Parameters
- x MatrixT
- The input matrix
Return Value
MatrixTA matrix containing the pointwise hyperbolic cosine of
x.
See Also