SignFunction Subroutine

public subroutine SignFunction(InMat, OutMat, solver_parameters_in)

Computes the matrix sign function.

Arguments

Type IntentOptional Attributes Name
type(Matrix_ps), intent(in) :: InMat

The input matrix.

type(Matrix_ps), intent(inout) :: OutMat

The sign of Mat.

type(SolverParameters_t), intent(in), optional :: solver_parameters_in

Parameters for the solver.


Contents