NTPoly
|
Wraps the overlap solvers module for calling from other languages. More...
Functions/Subroutines | |
subroutine, public | inversesquareroot_wrp (ih_Mat1, ih_InverseSquareRootMat, ih_solver_parameters) |
Compute the inverse square root of a matrix. More... | |
subroutine, public | squareroot_wrp (ih_Mat1, ih_SquareRootMat, ih_solver_parameters) |
Compute the square root of a matrix. More... | |
Wraps the overlap solvers module for calling from other languages.
subroutine, public squarerootsolversmodule_wrp::inversesquareroot_wrp | ( | integer(kind=c_int), dimension(size_wrp), intent(in) | ih_Mat1, |
integer(kind=c_int), dimension(size_wrp), intent(inout) | ih_InverseSquareRootMat, | ||
integer(kind=c_int), dimension(size_wrp), intent(in) | ih_solver_parameters | ||
) |
Compute the inverse square root of a matrix.
[in] | ih_Mat1 | Matrix 1. |
[out] | ih_InverseSquareRootMat | = Mat1^-1/2. |
[in] | ih_solver_parameters | parameters for the solver |
subroutine, public squarerootsolversmodule_wrp::squareroot_wrp | ( | integer(kind=c_int), dimension(size_wrp), intent(in) | ih_Mat1, |
integer(kind=c_int), dimension(size_wrp), intent(inout) | ih_SquareRootMat, | ||
integer(kind=c_int), dimension(size_wrp), intent(in) | ih_solver_parameters | ||
) |
Compute the square root of a matrix.
[in] | ih_Mat1 | Matrix 1. |
[out] | ih_SquareRootMat | = Mat1^-1/2. |
[in] | ih_solver_parameters | parameters for the solver |