Closed mforets closed 7 years ago
The function padm from Expokit computes the matrix exponential exp(A) of a large sparse matrix using Pade approximants.
padm
A preliminary version is in this branch. Some results are here.
I suggest you create a PR for your implementation of padm. Then we can discuss and comment more efficiently.
Discussion continues in #14
The function
padm
from Expokit computes the matrix exponential exp(A) of a large sparse matrix using Pade approximants.A preliminary version is in this branch. Some results are here.