Spline type for general interpolation w/o pspline. More...
Public Attributes | |
real(8), dimension(:,:), allocatable | acoef |
Spline coefficients. More... | |
real(8) | dx_inv |
1D grid spacing More... | |
real(8) | x_min |
Minimum of x-grid. More... | |
Spline type for general interpolation w/o pspline.
real (8), dimension(:,:), allocatable for::one_d_cub_spl_type::acoef |
Spline coefficients.
real (8) for::one_d_cub_spl_type::dx_inv |
1D grid spacing
real (8) for::one_d_cub_spl_type::x_min |
Minimum of x-grid.