Why type mismatch expm crate?
So I need to compute the exponential function, where the exponent is a Matrix. Since I am using the ndarray crate, and didn’t find an implementation for, e.g., exp(H), where H is the matrix.
I stumbled upon the expm crate.