Compute matrix logarithm.
The matrix logarithm is the inverse of expm: expm(logm(A)) == A
A : array, shape(M,M)
Matrix whose logarithm to evaluate
disp : boolean
Print warning if error in the result is estimated large instead of returning estimated error. (Default: True)
logA : array, shape(M,M)
Matrix logarithm of A
(if disp == False) :
errest : float
1-norm of the estimated error, ||err||_1 / ||A||_1
scipy.linalg.expm3
scipy.linalg.cosm