Solves \( \dot{x} = A x \) via brute-force computation of the Taylor expansion of A. More...
Classes | |
class | syten::Krylov::NaiveExponential< Matrix, Vector > |
The plain exponential via application of the operator to the vector. More... | |
Namespaces | |
namespace | syten |
Syten namespace. | |
namespace | syten::Krylov |
Krylov subspace methods. | |
Solves \( \dot{x} = A x \) via brute-force computation of the Taylor expansion of A.
Should only be used, if there are no better methods, as it is hihgly unefficient.