Click or drag to resize

VectorTDoPointwiseSinh Method

Pointwise applies the hyperbolic sine function to each element and stores the result in result.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected abstract void DoPointwiseSinh(
	Vector<T> result
)

Parameters

result  VectorT
The vector to store the result.
See Also