This is documentation for an old release of SciPy (version 0.10.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Matrix square root.
Parameters : | A : array, shape(M,M)
disp : boolean
|
---|---|
Returns : | sgnA : array, shape(M,M)
(if disp == False) : errest : float
|
Notes
Uses algorithm by Nicholas J. Higham