![]() |
(git:b77b4be)
|
Data-structure that holds all needed information about a specific spline interpolation. More...
Data Fields | |
integer | ref_count = -1 |
real(kind=dp), dimension(:), pointer | y => NULL() |
real(kind=dp), dimension(:), pointer | y2 => NULL() |
integer | n = -1 |
real(kind=dp) | h = -1.0_dp |
real(kind=dp) | invh = -1.0_dp |
real(kind=dp) | h26 = -1.0_dp |
real(kind=dp) | x1 = -1.0_dp |
real(kind=dp) | xn = -1.0_dp |
Data-structure that holds all needed information about a specific spline interpolation.
Definition at line 40 of file splines_types.F.
integer splines_types::spline_data_type::ref_count = -1 |
Definition at line 41 of file splines_types.F.
real(kind=dp), dimension(:), pointer splines_types::spline_data_type::y => NULL() |
Definition at line 42 of file splines_types.F.
real(kind=dp), dimension(:), pointer splines_types::spline_data_type::y2 => NULL() |
Definition at line 43 of file splines_types.F.
integer splines_types::spline_data_type::n = -1 |
Definition at line 44 of file splines_types.F.
real(kind=dp) splines_types::spline_data_type::h = -1.0_dp |
Definition at line 46 of file splines_types.F.
real(kind=dp) splines_types::spline_data_type::invh = -1.0_dp |
Definition at line 47 of file splines_types.F.
real(kind=dp) splines_types::spline_data_type::h26 = -1.0_dp |
Definition at line 48 of file splines_types.F.
real(kind=dp) splines_types::spline_data_type::x1 = -1.0_dp |
Definition at line 50 of file splines_types.F.
real(kind=dp) splines_types::spline_data_type::xn = -1.0_dp |
Definition at line 51 of file splines_types.F.