Closed
Description
It seems this line from the exp() method
Line 71 in 786b6f0
is causing a couple of allocations, what I imagine is not something desirable. Just using opnorm(A,1) prevents it.
I am not sure how to go about making a PR, should I go for a non-allocating version of this, or just move back to opnorm?