Implements functions from 'EXPOKIT' (<https://www.maths.uq.edu.au/expokit/>) to calculate matrix exponentials, Sidje RB, (1998) <doi:10.1145/285861.285868>. Includes functions for small dense matrices along with functions for large sparse matrices. The functions for large sparse matrices implement Krylov subspace methods which help minimise the computational complexity for matrix exponentials. 'Kexpmv' can be utilised to calculate both the matrix exponential in isolation along with the product of the matrix exponential and a vector.
Version: | 0.0.3 |
Depends: | methods, SparseM, R (≥ 3.0.2) |
LinkingTo: | Rcpp (≥ 0.11.0) |
Published: | 2018-01-11 |
Author: | Meabh G. McCurdy |
Maintainer: | Meabh G. McCurdy <mmccurdy01 at qub.ac.uk> |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
Copyright: | See kexpmv/inst/notes/LAPACK_LICENSE.txt for src/lapack.f. |
NeedsCompilation: | yes |
Materials: | README NEWS |
CRAN checks: | kexpmv results |
Reference manual: | kexpmv.pdf |
Package source: | kexpmv_0.0.3.tar.gz |
Windows binaries: | r-devel: kexpmv_0.0.3.zip, r-release: kexpmv_0.0.3.zip, r-oldrel: kexpmv_0.0.3.zip |
OS X binaries: | r-release: kexpmv_0.0.3.tgz, r-oldrel: kexpmv_0.0.3.tgz |
Old sources: | kexpmv archive |
Please use the canonical form https://CRAN.R-project.org/package=kexpmv to link to this page.