|
quadgrid 0.1
simple cartesian quad grid with particles for c++/octave
|
#include <algorithm>#include <cmath>#include <iostream>#include <map>#include <random>#include <stdexcept>#include <string>#include <tcb/span.hpp>#include <vector>Classes | |
| struct | props_t< T > |
Typedefs | |
| using | dprops_t = props_t<double> |
| using | iprops_t = props_t<int> |
Functions | |
| int | main () |
| int main | ( | ) |