|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Go to the source code of this file.
Typedefs | |
| using | Points = DynList< Point > |
Functions | |
| Points | generate_points (size_t n, gsl_rng *&rng) |
| int | main () |
Definition at line 36 of file test-convexhull-time.C.
| Points generate_points | ( | size_t | n, |
| gsl_rng *& | rng | ||
| ) |
Definition at line 38 of file test-convexhull-time.C.
References Aleph::DynList< T >::append(), Aleph::divide_and_conquer_partition_dp(), and rng.
Referenced by main().
| int main | ( | ) |
Definition at line 48 of file test-convexhull-time.C.
References Aleph::divide_and_conquer_partition_dp(), generate_points(), rng, and Aleph::Now::start().