|
Fast Methods for Cosmological Simulations
FastSim serves as a tool for quick N-body simulations in modified gravity.
|
#include <catch.hpp>
Public Member Functions | |
| Generator (size_t size, std::unique_ptr< IGenerator< T >> generator) | |
| auto | size () const -> size_t |
| auto | operator[] (size_t index) const -> T |
Private Attributes | |
| std::unique_ptr< IGenerator< T > > | m_generator |
| size_t | m_size |
|
inline |
Definition at line 3116 of file catch.hpp.
|
inline |
Definition at line 3122 of file catch.hpp.
References Catch::Generators::randomiseIndices().
|
inline |
|
private |
|
private |