Compute the exponential of a matrix using a pade approximation. Be warned, the pade method can result in a lot of intermediate fill.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(Matrix_ps), | intent(in) | :: | InputMat |
The input matrix |
||
| type(Matrix_ps), | intent(inout) | :: | OutputMat |
OutputMat = exp(InputMat) |
||
| type(SolverParameters_t), | intent(in), | optional | :: | solver_parameters_in |
Parameters for the solver |