Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
test-convexhull-time.C File Reference
#include <iostream>
#include <gsl/gsl_rng.h>
#include <geom_algorithms.H>
#include <ahNow.H>
Include dependency graph for test-convexhull-time.C:

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 ()
 

Typedef Documentation

◆ Points

using Points = DynList<Point>

Definition at line 36 of file test-convexhull-time.C.

Function Documentation

◆ generate_points()

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().

◆ main()