NTPoly
Functions/Subroutines
inversesolversmodule_wrp Module Reference

Wraps the matrix inversion module for calling from other languages. More...

Functions/Subroutines

subroutine, public invert_wrp (ih_Mat1, ih_InverseMat, ih_solver_parameters)
 Compute the inverse of a matrix. More...
 

Detailed Description

Wraps the matrix inversion module for calling from other languages.

Function/Subroutine Documentation

◆ invert_wrp()

subroutine, public inversesolversmodule_wrp::invert_wrp ( integer(kind=c_int), dimension(size_wrp), intent(in)  ih_Mat1,
integer(kind=c_int), dimension(size_wrp), intent(inout)  ih_InverseMat,
integer(kind=c_int), dimension(size_wrp), intent(in)  ih_solver_parameters 
)

Compute the inverse of a matrix.

Parameters
[in]ih_Mat1Matrix 1.
[out]ih_InverseMat= Mat1^-1.
[in]ih_solver_parametersparameters for the solver