NTPoly
|
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... | |
Wraps the overlap solvers module for calling from other languages.
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.
[in] | ih_Mat1 | the input matrix. |
[out] | ih_SignMat | the sign of Mat1. |
[in] | ih_solver_parameters | parameters for the solver. |