TLogRegularCubicSpline Class module:Interpolation file:Interpolation

1D interpolation with regular log(X) spacing

Subroutines Expand Arguments

  • Init(this, xmin, xmax, n, values, End1)
    • TLogRegularCubicSpline   :: this
    • real(sp_acc) intent(in) :: xmin
    • real(sp_acc) intent(in) :: xmax
    • integer intent(in) :: n
    • real(sp_acc) intent(in), optional :: values(1:)
    • real(sp_acc) intent(in), optional :: End1