Go to the source code of this file.
Modules | |
module | gaussjacobiquadccompat |
Compatibility layer for Gauss-Jacobi quadrature with C bindings. | |
Functions/Subroutines | |
subroutine | gaussjacobiquadccompat::gauss_jacobi_rec_c (npts, alpha, beta, x, wts) |
C-compatible wrapper for gauss_jacobi_rec subroutine. More... | |
subroutine | gaussjacobiquadccompat::gauss_jacobi_gw_c (npts, alpha, beta, x, wts) |
C-compatible wrapper for gauss_jacobi_gw subroutine. More... | |
subroutine | gaussjacobiquadccompat::gauss_jacobi_algo665_c (npts, alpha, beta, x, wts) |
C-compatible wrapper for gauss_jacobi_algo665 subroutine. More... | |