NTPoly
|
Wraps the overlap solvers module for calling from other languages. More...
Functions/Subroutines | |
subroutine, public | computeexponential_wrp (ih_InputMat, ih_OutputMat, ih_solver_parameters) |
Compute the exponential of a matrix. More... | |
subroutine, public | computelogarithm_wrp (ih_InputMat, ih_OutputMat, ih_solver_parameters) |
Compute the logarithm of a matrix. More... | |
Wraps the overlap solvers module for calling from other languages.
subroutine, public exponentialsolversmodule_wrp::computeexponential_wrp | ( | integer(kind=c_int), dimension(size_wrp), intent(in) | ih_InputMat, |
integer(kind=c_int), dimension(size_wrp), intent(inout) | ih_OutputMat, | ||
integer(kind=c_int), dimension(size_wrp), intent(in) | ih_solver_parameters | ||
) |
Compute the exponential of a matrix.
[in] | ih_InputMat | the input matrix |
[out] | ih_OutputMat | = exp(ih_InputMat) |
[in] | ih_solver_parameters | parameters for the solver. |
subroutine, public exponentialsolversmodule_wrp::computelogarithm_wrp | ( | integer(kind=c_int), dimension(size_wrp), intent(in) | ih_InputMat, |
integer(kind=c_int), dimension(size_wrp), intent(inout) | ih_OutputMat, | ||
integer(kind=c_int), dimension(size_wrp), intent(in) | ih_solver_parameters | ||
) |
Compute the logarithm of a matrix.
[in] | ih_InputMat | the input matrix |
[out] | ih_OutputMat | = log(ih_InputMat) |
[in] | ih_solver_parameters | parameters for the solver. |