Click or drag to resize

MatrixTTanh Method

Computes the tanh of a matrix pointwise

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Matrix<T> Tanh(
	Matrix<T> x
)

Parameters

x  MatrixT
The input matrix

Return Value

MatrixT
A matrix containing the pointwise hyperbolic tangent of x.
See Also