SyTen
naive_exponential.h File Reference

Solves \( \dot{x} = A x \) via brute-force computation of the Taylor expansion of A. More...

+ This graph shows which files directly or indirectly include this file:

Classes

class  syten::Krylov::NaiveExponential< Matrix, Vector >
 The plain exponential via application of the operator to the vector. More...
 

Namespaces

 syten
 Syten namespace.
 
 syten::Krylov
 Krylov subspace methods.
 

Detailed Description

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.