Description Usage Arguments Details Author(s) Examples
This function exponentiates a matrix via the EXPOKIT padm function.
1 | expokit_dgpadm(mat = NULL, t = 15, transpose_needed = TRUE)
|
mat |
an input square matrix. |
t |
time value to exponentiate by. |
transpose_needed |
If TRUE (default), matrix will be transposed. |
From EXPOKIT:
* Computes exp(t*H), the matrix exponential of a general matrix in
* full, using the irreducible rational Pade approximation to the
* exponential function exp(x) = r(x) = (+/-)( I + 2*(q(x)/p(x)) ),
* combined with scaling-and-squaring.
This function is recommended when dealing with small dense matrices. However it can also be used for large sparse matrices when the infinity norm is approximately >100.
Meabh G. McCurdy mmccurdy01@qub.ac.uk
Nicholas J. Matzke nickmatzke.ncse@gmail.com
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.