Wraps the overlap solvers module for calling from other languages.
More...
|
subroutine, public | sine_wrp (ih_InputMat, ih_OutputMat, ih_solver_parameters) |
| Compute the sine of a matrix. More...
|
|
subroutine, public | cosine_wrp (ih_InputMat, ih_OutputMat, ih_solver_parameters) |
| Compute the cosine of a matrix. More...
|
|
Wraps the overlap solvers module for calling from other languages.
◆ cosine_wrp()
subroutine, public trigonometrysolversmodule_wrp::cosine_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 cosine of a matrix.
- Parameters
-
[in] | ih_InputMat | Input. |
[out] | ih_OutputMat | = cosin(InputMat). |
[in] | ih_solver_parameters | parameters for the solver |
◆ sine_wrp()
subroutine, public trigonometrysolversmodule_wrp::sine_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 sine of a matrix.
- Parameters
-
[in] | ih_InputMat | Input. |
[out] | ih_OutputMat | = sin(InputMat). |
[in] | ih_solver_parameters | parameters for the solver |