This is documentation for an old release of SciPy (version 0.12.0). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.linalg.cosm
-
scipy.linalg.cosm(A)[source]
Compute the matrix cosine.
This routine uses expm to compute the matrix exponentials.
Parameters : | A : (N, N) array_like
|
Returns : | cosm : (N, N) ndarray
|