Computes the matrix inverse square root function (dense version).
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(Matrix_ps), | intent(in) | :: | Mat |
The matrix to compute the inverse square root of. |
||
type(Matrix_ps), | intent(inout) | :: | OutputMat |
The computed matrix. |
||
type(SolverParameters_t), | intent(in), | optional | :: | solver_parameters_in |
Parameters for the solver |