Computes the exponential of a vector pointwise
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Vector<T> Exp(
Vector<T> x
)
Parameters
- x VectorT
- The input vector
Return Value
VectorTA vector containing the pointwise exponential of
x.
See Also