Skip to content

C++ implementation of iterative Cayley-Hamilton method for computing matrix power series

Latest
Compare
Choose a tag to compare
@ritobias ritobias released this 23 Oct 12:13
· 1 commit to master since this release

C++ 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.