NTPoly
Functions/Subroutines
inversesolversmodule Module Reference

A Module For Computing The Inverse of a Matrix. More...

Functions/Subroutines

subroutine, public invert (Mat1, InverseMat, solver_parameters_in)
 Compute the inverse of a matrix. An implementation of Hotelling's method [5]. More...
 

Detailed Description

A Module For Computing The Inverse of a Matrix.

Function/Subroutine Documentation

◆ invert()

subroutine, public inversesolversmodule::invert ( type(distributedsparsematrix_t), intent(in)  Mat1,
type(distributedsparsematrix_t), intent(inout)  InverseMat,
type(iterativesolverparameters_t), intent(in), optional  solver_parameters_in 
)

Compute the inverse of a matrix. An implementation of Hotelling's method [5].

Parameters
[in]Mat1Matrix 1.
[out]InverseMat= Mat1^-1.
[in]solver_parameters_inparameters for the solver