|
Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
|
declaration in params.hpp More...
#include <core_power.h>
Public Member Functions | |
| Data_Vec ()=default | |
| Data_Vec (size_t size) | |
| std::vector< T > & | operator[] (size_t i) |
| const std::vector< T > & | operator[] (size_t i) const |
| size_t | dim () const noexcept |
| size_t | size () const noexcept |
| void | resize (size_t n) |
| void | resize (size_t n, T val) |
| void | reserve (size_t n) |
| void | erase (size_t index) |
| void | fill (T val) |
Public Attributes | |
| std::array< std::vector< T >, N > | data |
declaration in params.hpp
: class containing data [x, y,...]
Definition at line 19 of file core_power.h.
Definition at line 23 of file class_data_vec.hpp.
|
inlinenoexcept |
Definition at line 33 of file class_data_vec.hpp.
Referenced by App_Var< T >::Impl< T >::alloc_bin_corr(), and App_Var< T >::Impl< T >::alloc_bin_spec().
|
inline |
|
inline |
|
inline |
Definition at line 29 of file class_data_vec.hpp.
|
inline |
Definition at line 30 of file class_data_vec.hpp.
|
inline |
Definition at line 41 of file class_data_vec.hpp.
Referenced by App_Var< T >::Impl< T >::alloc_bin_corr(), and App_Var< T >::Impl< T >::alloc_bin_spec().
|
inline |
Definition at line 35 of file class_data_vec.hpp.
Referenced by gen_cqty_binned(), anonymous_namespace{core_power.cpp}::gen_fce_r_binned_gsl(), and gen_pow_spec_binned_from_extrap().
|
inline |
Definition at line 38 of file class_data_vec.hpp.
|
inlinenoexcept |
Definition at line 34 of file class_data_vec.hpp.
Referenced by App_Var< T >::Impl< T >::alloc_bin_corr(), App_Var< T >::Impl< T >::alloc_bin_spec(), gen_cqty_binned(), gen_pow_spec_binned_from_extrap(), Interp_obj::init(), print_corr_func(), print_pow_spec(), print_pow_spec_diff(), print_vel_pow_spec(), and print_vel_pow_spec_diff().
| std::array<std::vector<T>, N> Data_Vec< T, N >::data |
Definition at line 26 of file class_data_vec.hpp.
Referenced by Data_Vec< double, 2 >::Data_Vec().