|
TR-mbed 1.0
|
Compute the (17,17)-Padé approximant to the exponential. More...
#include <MatrixExponential.h>
Static Public Member Functions | |
| static void | run (const MatrixType &arg, MatrixType &U, MatrixType &V, int &squarings) |
| Compute Padé approximant to the exponential. | |
Compute the (17,17)-Padé approximant to the exponential.
After exit, 


This function activates only if your long double is double-double or quadruple.
|
static |
Compute Padé approximant to the exponential.
Computes U, V and squarings such that 



arg. The degree of the Padé approximant and the value of squarings are chosen such that the approximation error is no more than the round-off error.