Click or drag to resize

MatrixTTan Method

Computes the tan 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> Tan(
	Matrix<T> x
)

Parameters

x  MatrixT
The input matrix

Return Value

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