NTPoly
|
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... | |
Wraps the matrix inversion module for calling from other languages.
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.
[in] | ih_Mat1 | Matrix 1. |
[out] | ih_InverseMat | = Mat1^-1. |
[in] | ih_solver_parameters | parameters for the solver |