MADNESS  0.10.1
Typedefs | Functions | Variables
test_binsorter.cc File Reference
#include <madness/world/MADworld.h>
#include <madness/world/binsorter.h>
Include dependency graph for test_binsorter.cc:

Typedefs

typedef std::pair< int, double > valueT
 

Functions

void inserter (const std::pair< int, double > &t)
 
int main (int argc, char **argv)
 

Variables

double local_sorted_sum
 
int me
 
int P
 

Typedef Documentation

◆ valueT

typedef std::pair<int,double> valueT

Function Documentation

◆ inserter()

void inserter ( const std::pair< int, double > &  t)

References local_sorted_sum, me, and P.

Referenced by main().

◆ main()

int main ( int  argc,
char **  argv 
)

Variable Documentation

◆ local_sorted_sum

double local_sorted_sum

Referenced by inserter(), and main().

◆ me

int me

◆ P

int P