| ►Nanonymous_namespace{app_var.cpp} | |
| CTracking | : class storing info about tracked particles |
| ►Nanonymous_namespace{chameleon.cpp} | |
| CChiSolver | : class to solve chameleon equations of motion |
| ►Nanonymous_namespace{core_power.cpp} | |
| CIntegr_obj | Basic integration object, wrapper for GSL integration functions |
| CIntegr_obj_qag | QAG adaptive integration |
| CIntegr_obj_qagiu | QAGI adaptive integration on infinite intervals |
| CIntegr_obj_qawf | QAWF adaptive integration for Fourier integrals |
| CIntegr_obj_qawo | QAWO adaptive integration for oscillatory functions |
| Cintegrand_param | General integrand with callable function and one parameter |
| CODE_Solver | : Explicit embedded Runge-Kutta Prince-Dormand (8, 9) method |
| ►Nanonymous_namespace{main.cpp} | |
| CLogger | |
| CTimer | |
| ►Nanonymous_namespace{mod_frozen_potential.cpp} | |
| CLinkedList | Class handling linked lists |
| ►NCatch | |
| ►NDetail | |
| CApprox | |
| CIsStreamInsertable | |
| ►NGenerators | |
| CFixedValuesGenerator | |
| CGenerator | |
| CGeneratorBase | |
| CGeneratorRandomiser | |
| CGenerators | |
| CIGenerator | |
| CNullGenerator | |
| CRangeGenerator | |
| CRequiresASpecialisationFor | |
| CSingleValueGenerator | |
| ►NMatchers | |
| ►NFloating | |
| CWithinAbsMatcher | |
| CWithinUlpsMatcher | |
| ►NGeneric | |
| CPredicateMatcher | |
| ►NImpl | |
| CMatchAllOf | |
| CMatchAnyOf | |
| CMatcherBase | |
| CMatcherMethod | |
| CMatcherMethod< PtrT * > | |
| CMatcherUntypedBase | |
| CMatchNotOf | |
| ►NStdString | |
| CCasedString | |
| CContainsMatcher | |
| CEndsWithMatcher | |
| CEqualsMatcher | |
| CRegexMatcher | |
| CStartsWithMatcher | |
| CStringMatcherBase | |
| ►NVector | |
| CContainsElementMatcher | |
| CContainsMatcher | |
| CEqualsMatcher | |
| CUnorderedEqualsMatcher | |
| CAssertionHandler | |
| CAssertionInfo | |
| CAssertionReaction | |
| CAutoReg | |
| CBenchmarkLooper | |
| CBinaryExpr | |
| CCapturer | |
| CCaseSensitive | |
| CCounts | |
| CDecomposer | |
| ►CExceptionTranslatorRegistrar | |
| CExceptionTranslator | |
| CExprLhs | |
| CIExceptionTranslator | |
| CIExceptionTranslatorRegistry | |
| CIGeneratorTracker | |
| CIMutableRegistryHub | |
| CIRegistryHub | |
| CIResultCapture | |
| CIRunner | |
| Cis_range | |
| CIStream | |
| CITestCaseRegistry | |
| CITestInvoker | |
| CITransientExpression | |
| CLazyExpression | |
| CMatchExpr | |
| CMessageBuilder | |
| CMessageInfo | |
| CMessageStream | |
| CNameAndTags | |
| CNonCopyable | |
| Cnot_this_one | |
| Cpluralise | |
| CRegistrarForTagAliases | |
| CResultDisposition | |
| CResultWas | |
| CReusableStringStream | |
| CScopedMessage | |
| CSection | |
| CSectionEndInfo | |
| CSectionInfo | |
| CSourceLineInfo | |
| CStreamEndStop | |
| CStringMaker | |
| CStringMaker< bool > | |
| CStringMaker< Catch::Detail::Approx > | |
| CStringMaker< char * > | |
| CStringMaker< char > | |
| CStringMaker< char const * > | |
| CStringMaker< char[SZ]> | |
| CStringMaker< double > | |
| CStringMaker< float > | |
| CStringMaker< int > | |
| CStringMaker< long > | |
| CStringMaker< long long > | |
| CStringMaker< R C::* > | |
| CStringMaker< R, typename std::enable_if< is_range< R >::value &&!::Catch::Detail::IsStreamInsertable< R >::value >::type > | |
| CStringMaker< signed char > | |
| CStringMaker< signed char[SZ]> | |
| CStringMaker< std::nullptr_t > | |
| CStringMaker< std::string > | |
| CStringMaker< std::wstring > | |
| CStringMaker< T * > | |
| CStringMaker< T[SZ]> | |
| CStringMaker< unsigned char > | |
| CStringMaker< unsigned char[SZ]> | |
| CStringMaker< unsigned int > | |
| CStringMaker< unsigned long > | |
| CStringMaker< unsigned long long > | |
| CStringMaker< wchar_t * > | |
| CStringMaker< wchar_t const * > | |
| CStringRef | |
| CTestCase | |
| CTestCaseInfo | |
| CTestFailureException | |
| CTestInvokerAsMethod | |
| CTimer | |
| CTotals | |
| CUnaryExpr | |
| ►Ncl_cmbl_bm | |
| CPower_Spectra | |
| ►Ncl_cmblx_bm | |
| CPower_Spectra | |
| ►Nconf | |
| CMock | |
| ►Nnlohmann | Namespace for Niels Lohmann |
| ►Ndetail | Detail namespace with internal helper functions |
| ►Ndtoa_impl | Implements the Grisu2 algorithm for binary to decimal floating-point conversion |
| Cboundaries | |
| Ccached_power | |
| Cdiyfp | |
| Cbinary_reader | Deserialization of CBOR, MessagePack, and UBJSON values |
| Cbinary_writer | Serialization to CBOR and MessagePack values |
| Cdetector | |
| Cdetector< Default, void_t< Op< Args... > >, Op, Args... > | |
| Cexception | General exception of the basic_json class |
| Cexternal_constructor | |
| Cexternal_constructor< value_t::array > | |
| Cexternal_constructor< value_t::boolean > | |
| Cexternal_constructor< value_t::number_float > | |
| Cexternal_constructor< value_t::number_integer > | |
| Cexternal_constructor< value_t::number_unsigned > | |
| Cexternal_constructor< value_t::object > | |
| Cexternal_constructor< value_t::string > | |
| Cfrom_json_fn | |
| Chas_from_json | |
| Chas_from_json< BasicJsonType, T, enable_if_t< not is_basic_json< T >::value > > | |
| Chas_non_default_from_json | |
| Chas_non_default_from_json< BasicJsonType, T, enable_if_t< not is_basic_json< T >::value > > | |
| Chas_to_json | |
| Chas_to_json< BasicJsonType, T, enable_if_t< not is_basic_json< T >::value > > | |
| Cindex_sequence | |
| Cinput_adapter | |
| Cinput_adapter_protocol | Abstract input adapter interface |
| Cinput_buffer_adapter | Input adapter for buffer input |
| Cinput_stream_adapter | |
| Cinternal_iterator | Iterator value |
| Cinvalid_iterator | Exception indicating errors with iterators |
| Cis_basic_json | |
| Cis_basic_json< basic_json< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberUnsignedType, NumberFloatType, AllocatorType, JSONSerializer > > | |
| Cis_compatible_array_type | |
| Cis_compatible_array_type_impl | |
| Cis_compatible_array_type_impl< BasicJsonType, CompatibleArrayType, enable_if_t< is_detected< value_type_t, CompatibleArrayType >::value andis_detected< iterator_t, CompatibleArrayType >::value andnot is_iterator_traits< std::iterator_traits< CompatibleArrayType > >::value > > | |
| Cis_compatible_integer_type | |
| Cis_compatible_integer_type_impl | |
| Cis_compatible_integer_type_impl< RealIntegerType, CompatibleNumberIntegerType, enable_if_t< std::is_integral< RealIntegerType >::value andstd::is_integral< CompatibleNumberIntegerType >::value andnot std::is_same< bool, CompatibleNumberIntegerType >::value > > | |
| Cis_compatible_object_type | |
| Cis_compatible_object_type_impl | |
| Cis_compatible_object_type_impl< BasicJsonType, CompatibleObjectType, enable_if_t< is_detected< mapped_type_t, CompatibleObjectType >::value andis_detected< key_type_t, CompatibleObjectType >::value > > | |
| Cis_compatible_string_type | |
| Cis_compatible_string_type_impl | |
| Cis_compatible_string_type_impl< BasicJsonType, CompatibleStringType, enable_if_t< is_detected_exact< typename BasicJsonType::string_t::value_type, value_type_t, CompatibleStringType >::value > > | |
| Cis_compatible_type | |
| Cis_compatible_type_impl | |
| Cis_compatible_type_impl< BasicJsonType, CompatibleType, enable_if_t< is_complete_type< CompatibleType >::value > > | |
| Cis_complete_type | |
| Cis_complete_type< T, decltype(void(sizeof(T)))> | |
| Cis_constructible_array_type | |
| Cis_constructible_array_type_impl | |
| Cis_constructible_array_type_impl< BasicJsonType, ConstructibleArrayType, enable_if_t< not std::is_same< ConstructibleArrayType, typename BasicJsonType::value_type >::value andis_detected< value_type_t, ConstructibleArrayType >::value andis_detected< iterator_t, ConstructibleArrayType >::value andis_complete_type< detected_t< value_type_t, ConstructibleArrayType > >::value > > | |
| Cis_constructible_array_type_impl< BasicJsonType, ConstructibleArrayType, enable_if_t< std::is_same< ConstructibleArrayType, typename BasicJsonType::value_type >::value > > | |
| Cis_constructible_object_type | |
| Cis_constructible_object_type_impl | |
| Cis_constructible_object_type_impl< BasicJsonType, ConstructibleObjectType, enable_if_t< is_detected< mapped_type_t, ConstructibleObjectType >::value andis_detected< key_type_t, ConstructibleObjectType >::value > > | |
| Cis_constructible_string_type | |
| Cis_constructible_string_type_impl | |
| Cis_constructible_string_type_impl< BasicJsonType, ConstructibleStringType, enable_if_t< is_detected_exact< typename BasicJsonType::string_t::value_type, value_type_t, ConstructibleStringType >::value > > | |
| Cis_iterator_traits | |
| Cis_iterator_traits< std::iterator_traits< T > > | |
| Cis_sax | |
| Cis_sax_static_asserts | |
| Citer_impl | Template for a bidirectional iterator for the basic_json class |
| ►Citeration_proxy | Proxy class for the items() function |
| Citeration_proxy_internal | Helper class for iteration |
| Cjson_ref | |
| Cjson_reverse_iterator | Template for a reverse iterator class |
| Cjson_sax_acceptor | |
| Cjson_sax_dom_callback_parser | |
| Cjson_sax_dom_parser | SAX implementation to create a JSON value from SAX events |
| Clexer | Lexical analysis |
| Cmake_index_sequence | |
| Cmake_index_sequence< 0 > | |
| Cmake_index_sequence< 1 > | |
| Cmake_void | |
| Cmerge_and_renumber | |
| Cmerge_and_renumber< index_sequence< I1... >, index_sequence< I2... > > | |
| Cnonesuch | |
| Cother_error | Exception indicating other library errors |
| Cout_of_range | Exception indicating access out of the defined range |
| Coutput_adapter | |
| Coutput_adapter_protocol | Abstract output adapter interface |
| Coutput_stream_adapter | Output adapter for output streams |
| Coutput_string_adapter | Output adapter for basic_string |
| Coutput_vector_adapter | Output adapter for byte vectors |
| Cparse_error | Exception indicating a parse error |
| Cparser | Syntax analysis |
| Cposition_t | Struct to capture the start position of the current token |
| Cprimitive_iterator_t | |
| Cpriority_tag | |
| Cpriority_tag< 0 > | |
| Cserializer | |
| Cstatic_const | |
| Cto_json_fn | |
| Ctype_error | Exception indicating executing a member function with a wrong type |
| Cwide_string_input_adapter | |
| Cwide_string_input_helper | |
| Cwide_string_input_helper< WideStringType, 2 > | |
| Cadl_serializer | Default JSONSerializer template argument |
| ►Cbasic_json | Class to store JSON values |
| Cjson_value | JSON value |
| Cjson_pointer | JSON Pointer |
| Cjson_sax | SAX interface |
| ►Nsetup | |
| Cbuild | |
| ►Nstd | |
| Chash< nlohmann::json > | Hash value for JSON objects |
| Cless< ::nlohmann::detail::value_t > | |
| Cangpow_data | |
| CApp_Opt | Approximations options |
| ►CApp_Var | Class containing core variables and methods for approximations |
| CImpl | |
| ►CApp_Var_AA | : class containing variables and methods for adhesion approximation |
| CAAImpl | |
| ►CApp_Var_Chi | < end of anonymous namespace (private definitions) |
| CChiImpl | |
| CApp_Var_Chi_FF | : class containing variables and methods for chameleon gravity |
| CApp_Var_FF | : class containing variables and methods for Frozen-flow approximation |
| CApp_Var_FP | : class containing variables and methods for Frozen-potential approximation |
| ►CApp_Var_FP_mod | : class containing variables and methods for modified Frozen-potential approximation |
| CFP_ppImpl | |
| CApp_Var_PM | : class containing variables and methods for Particle-Mesh code |
| CApp_Var_TZA | |
| CApp_Var_ZA | : class containing variables and methods for Zel`dovich approximation |
| Cbbks_data | |
| Cbcm_data | |
| CBox_Opt | Simulation box options |
| CCatch_global_namespace_dummy | |
| CCCL_ClTracer | |
| CCCL_ClWorkspace | |
| Cccl_configuration | |
| Cccl_cosmology | |
| Cccl_data | |
| Cccl_gsl_params | |
| Cccl_parameters | |
| Cccl_spline_params | |
| CChi_Opt | Chameleon options |
| Cchipar | |
| Ccls_data | |
| CComp_App | Specify which approximations are run |
| CContinuitySolver | |
| Ccorr_int_par | |
| Ccorrs_3d_data | |
| Ccorrs_data | |
| CCosmo_Param | Cosmological & CCL parameters |
| Ccosmology_data | |
| Ccreate_mnu_data | |
| Cctest | |
| CData_Vec | Declaration in params.hpp |
| Cdistances_astropy_mnu_hiz_data | |
| Cdistances_astropy_mnu_lowz_data | |
| Cdistances_class_data | |
| Cdistances_cosmomad_hiz_data | |
| Cdistances_cosmomad_lowz_data | |
| CdNdz_info | |
| Ceh_data | |
| Ceh_struct | |
| Cemu_data | |
| Cemu_nu_data | |
| CExtrap_Pk | : linear interpolation of data [k, P(k)] within 'useful' range fit to primordial P_i(k) below the 'useful' range fit to Padé approximant R [0/3] above the 'useful' range |
| CExtrap_Pk_Nl | : creates Extrapolate object (linear power spectrum) from data and store non-linear parameters call 'operator()(k)' based on k_split (upper range of the linear) |
| CFofrSolver | |
| CFpar | |
| CGrid | |
| Cgrowth_allz_data | |
| Cgrowth_hiz_data | |
| Cgrowth_lowz_data | |
| Chalomod_data | |
| CIfstream | |
| CImpl | Implementation of class App_Var<T> |
| CInt_one_halo_Par | |
| CInt_two_halo_Par | |
| CIntClPar | |
| CInteg_Opt | Integration options |
| CInterp_obj | : linear interpolation (Steffen) of data [x, y] |
| CIntLensPar | |
| CIntMagPar | |
| CIntWtPar | |
| CIT | : class for effective iteration of cube of mesh cells |
| Cmassfunc_data | |
| CMesh | : creates a mesh of N*N*(N+2) cells |
| CMesh_base | : class handling basic mesh functions, the most important are creating and destroing the underlying data structure creates a mesh of N1*N2*N3 cells |
| CMultiGrid | |
| CMultiGridSolver | |
| Cnorm_params | |
| COfstream | |
| COther_par | Other parameters |
| COut_Opt | Output options |
| Cparameters_data | |
| CParticle | |
| CParticle_v | Class handling particles (position only) |
| CParticle_x | Class handling particles (position only) |
| CPoissonSolver | |
| Cpower_nu_data | |
| Cpower_nu_nl_data | |
| Cpz_info | |
| Cpz_params | |
| CRange | Lower and upper boundaries |
| CRun_Opt | Run options |
| CRunParams | |
| Csigmam_data | |
| CSigmaR_pars | |
| CSigmaV_pars | |
| CSim_Param | : class storing simulation parameters |
| Csmail_params | |
| CSplPar | |
| CTest_Opt | Testing options |
| Cuser_dN_params | |
| Cuser_func_params | |
| Cuser_pz_params | |
| CVec_3D | |
| CVec_3D< T > | : class handling basic 3D-vector functions, definitions |