NTPoly
Functions/Subroutines
exponentialsolversmodule_wrp Module Reference

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...
 

Detailed Description

Wraps the overlap solvers module for calling from other languages.

Function/Subroutine Documentation

◆ computeexponential_wrp()

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.

Parameters
[in]ih_InputMatthe input matrix
[out]ih_OutputMat= exp(ih_InputMat)
[in]ih_solver_parametersparameters for the solver.

◆ computelogarithm_wrp()

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.

Parameters
[in]ih_InputMatthe input matrix
[out]ih_OutputMat= log(ih_InputMat)
[in]ih_solver_parametersparameters for the solver.