VectorDoPointwiseTanh Method |
Pointwise applies the hyperbolic tangent function to each element and stores the result in result.
Namespace: Altaxo.Calc.LinearAlgebra.Complex32Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected override void DoPointwiseTanh(
Vector<Complex32> result
)
Parameters
- result VectorComplex32
- The vector to store the result.
See Also