Toggle navigation
CosmoMC Documentation
Tree Views
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
Functions
Expand Arguments
real(sp_acc)
Derivative(this, x)
TLogRegularCubicSpline
:: this
real(sp_acc) intent(in) :: x
real(sp_acc)
GetValue(this, x)
TLogRegularCubicSpline
:: this
real(sp_acc) intent(in) :: x
Tree Diagrams
TSaveLoadStateObject
TInterpolator
TInterpolator1D
TSpline1D
TRegularCubicSpline
TLogRegularCubicSpline