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