integer
CAMB_TimeEvolution(this, nq, ntimes, noutputs, ncustomsources, q, times, outputs, c_source_func)
CAMBdata target :: this
integer intent(in) :: nq
integer intent(in) :: ntimes
integer intent(in) :: noutputs
integer intent(in) :: ncustomsources
real(dl) intent(in) :: q(nq)
real(dl) intent(in) :: times(ntimes)
real(dl) intent(out) :: outputs(noutputs, ntimes, nq)
C_FUNPTR INTENT(IN) :: c_source_func
integer
CAMBdata_CalcBackgroundTheory(State, P)
CAMBdata :: State
CAMBparams :: P
integer
CAMBdata_GetTransfers(State, Params, onlytransfer, onlytimesources)
CAMBdata :: State
CAMBparams :: Params
logical :: onlytransfer
logical :: onlytimesources
integer
get_allocatable_1D_array(array, ptr)
RealAllocatableArray target :: array
c_Ptr intent(out) :: ptr
integer
get_allocatable_1D_array_int(array, ptr)
IntAllocatableArray target :: array
c_Ptr intent(out) :: ptr
integer
get_allocatable_object_1D_array(array, ptr)
PythonClassAllocatableArray target :: array
c_Ptr intent(out) :: ptr
c_ptr
get_effective_null()