Last indexation completed on 2024-04-21 06:00:38 UTC

 
  Name Size Date (UTC) Last indexed Description
  Name Size Date (UTC) Last indexed Description
folder Parent directory - 2024-02-11 02:05:07  
folder data/ - 2024-02-11 02:05:07  
folder scripts/ - 2024-02-11 02:05:07

c++ code:
binary_motion.cpp and binary_motion_binary.cpp simulate Brownian motion and write the output to a file in ASCII or in the binary format, respectively. To change the number of particle paths as well as the number of iterations adjust the corresponding parameters in the code. To compile, use * g++ brownian_motion.cpp -lgsl -lgslcblas -lm -o brownian_motion * g++ brownian_motion_binary.cpp -lgsl -lgslcblas -lm -o brownian_motion_binary
python scripts: TODO: document the scripts

file AsciiFilterTest.cpp 71172 bytes 2024-02-11 02:05:07 2024-04-21 03:48:07  
file AsciiFilterTest.h 2698 bytes 2024-02-11 02:05:07 2024-04-21 03:48:07  
file CMakeLists.txt 318 bytes 2024-02-11 02:05:07 -