Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
testFunctional.C File Reference
#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>
Include dependency graph for testFunctional.C:

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
 

Function Documentation

◆ main()

◆ print_seq()

template<template< class > class C, typename T >
void print_seq ( const C< T > &  c)

Definition at line 45 of file testFunctional.C.

References Aleph::divide_and_conquer_partition_dp().

Referenced by main().

Variable Documentation

◆ r

gsl_rng* r

Definition at line 42 of file testFunctional.C.

Referenced by main().