exptrAB
exptrAB is a name commonly used to denote a computational routine or operator that evaluates the action of a matrix exponential on a matrix or set of vectors, i.e., computes exp(A) times B (often exp(tA) B for a scalar t) without explicitly forming the dense matrix exp(A). The formulation is especially useful when A is large and sparse and B has relatively few columns, since forming exp(A) directly can be prohibitively expensive in memory and time.
Algorithms for exptrAB typically combine scaling and squaring, truncated Taylor series, and Krylov subspace or polynomial
Applications include time integration of linear ordinary differential equations, model reduction, control and signal processing, and