C++ implementation of iterative Cayley-Hamilton method for computing matrix power series
LatestC++ implementation of the iterative Cayley-Hamilton method for computing matrix power series. New version with simplified compuatition of the Cayley-Hamilton expansion and faster and less memory-demanding computation of the its derivative terms.