NTPoly
Functions/Subroutines
signsolversmodule_wrp Module Reference

Wraps the overlap solvers module for calling from other languages. More...

Functions/Subroutines

subroutine, public signfunction_wrp (ih_Mat1, ih_SignMat, ih_solver_parameters)
 Compute the inverse of a matrix. Computes the matrix sign function. More...
 

Detailed Description

Wraps the overlap solvers module for calling from other languages.

Function/Subroutine Documentation

◆ signfunction_wrp()

subroutine, public signsolversmodule_wrp::signfunction_wrp ( integer(kind=c_int), dimension(size_wrp), intent(in)  ih_Mat1,
integer(kind=c_int), dimension(size_wrp), intent(inout)  ih_SignMat,
integer(kind=c_int), dimension(size_wrp), intent(in)  ih_solver_parameters 
)

Compute the inverse of a matrix. Computes the matrix sign function.

Parameters
[in]ih_Mat1the input matrix.
[out]ih_SignMatthe sign of Mat1.
[in]ih_solver_parametersparameters for the solver.