Member of the linalgebra class.
c = logm(a)
Computes the matrix logarithm.
Examples
E = diag([2.7183, 1, 0.3679])C = logm(E)
funmlog