This is documentation for an old release of SciPy (version 0.12.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Compute the matrix exponential using Pade approximation.
New in version 0.12.0.
Parameters : | A : (M,M) array or sparse matrix
|
---|---|
Returns : | expA : (M,M) ndarray
|
References
N. J. Higham, “The Scaling and Squaring Method for the Matrix Exponential Revisited”, SIAM. J. Matrix Anal. & Appl. 26, 1179 (2005).