Click or drag to resize

Matrix<T>.PointwiseTan(Matrix<T>) Method

Pointwise applies the tan function to each value

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public void PointwiseTan(
	Matrix<T> result
)

Parameters

result  Matrix<T>
The vector to store the result
See Also