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