acroy / Expokit.jl

Julia implementation of EXPOKIT routines
Other
26 stars 11 forks source link

Add padm #10

Closed mforets closed 6 years ago

mforets commented 6 years ago

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.

acroy commented 6 years ago

I suggest you create a PR for your implementation of padm. Then we can discuss and comment more efficiently.

acroy commented 6 years ago

Discussion continues in #14