Back to LAPACK/BLAS
la.matrixFunctions.expm
Compute the matrix exponential e^A.
Syntax
la.matrixFunctions.expm(A)
Description
Compute the matrix exponential e^A. Uses the scaling and squaring method with Padé approximation. This is a pure TypeScript implementation.
Parameters
| Name | Description |
|---|---|
| A | - Input square matrix (n × n) |
Returns
ExpmResult