|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <gsl/gsl_rng.h>#include <cstdlib>#include <cassert>#include <iostream>#include <ahFunctional.H>#include <ahSort.H>#include <htlist.H>#include <tpl_dynDlist.H>#include <tpl_dynSetTree.H>#include <tpl_hash.H>#include <ctime>Go to the source code of this file.
Functions | |
| template<template< class > class C, typename T > | |
| void | print_seq (const C< T > &c) |
| int | main (int argc, char *argv[]) |
Variables | |
| gsl_rng * | r |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 53 of file testFunctional.C.
References FunctionalMethods< Container, T >::all(), Aleph::DynArray< T >::append(), Aleph::DynSetTree< Key, Tree, Compare >::append(), Aleph::DynList< T >::append(), Aleph::divide_and_conquer_partition_dp(), FunctionalMethods< Container, T >::drop(), FunctionalMethods< Container, T >::for_each(), Aleph::indexes(), GenericItems< Container, T >::keys(), l, l1, l2, l3, print_seq(), Aleph::quicksort_op(), r, Aleph::range(), seed, FunctionalMethods< Container, T >::take(), Aleph::to_str(), and Aleph::zip().
Definition at line 45 of file testFunctional.C.
References Aleph::divide_and_conquer_partition_dp().
Referenced by main().
| gsl_rng* r |
Definition at line 42 of file testFunctional.C.
Referenced by main().