COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
test.cpp File Reference
#include <iostream>
#include <functional>
#include <algorithm>
#include <vector>
#include <sstream>
#include <sys/time.h>
#include <tr1/tuple>
#include "promote.h"
#include "Semirings.h"
#include "Deleter.h"
#include <ext/numeric>
Include dependency graph for test.cpp:

Go to the source code of this file.

Classes

class  clonable< D, B >
 
class  B
 
class  Base< T, DER >
 
class  Derived< T >
 
class  Dummy< T, N >
 
class  AClass
 
struct  mystruct
 
struct  StrOfArrays
 

Macros

#define TESTSIZE   100000000
 

Functions

template<typename _InputIterator , typename _Tp , typename _BinaryOperation >
_Tp fpaccumulate (_InputIterator __first, _InputIterator __last, _Tp __init, _BinaryOperation __binary_op)
 
template<typename SR , typename _InputIterator , typename _Tp >
_Tp sraccumulate (_InputIterator __first, _InputIterator __last, _Tp __init)
 
ostream & operator<< (ostream &os, AClass const &obj)
 
template<typename T >
add_func (const T &a, const T &b)
 
int main ()
 

Macro Definition Documentation

◆ TESTSIZE

#define TESTSIZE   100000000

Definition at line 14 of file test.cpp.

Function Documentation

◆ add_func()

template<typename T >
T add_func ( const T &  a,
const T &  b 
)

Definition at line 206 of file test.cpp.

◆ fpaccumulate()

template<typename _InputIterator , typename _Tp , typename _BinaryOperation >
_Tp fpaccumulate ( _InputIterator  __first,
_InputIterator  __last,
_Tp  __init,
_BinaryOperation  __binary_op 
)

Definition at line 18 of file test.cpp.

◆ main()

int main ( )

Definition at line 238 of file test.cpp.

◆ operator<<()

ostream & operator<< ( ostream &  os,
AClass const &  obj 
)

Definition at line 199 of file test.cpp.

◆ sraccumulate()

template<typename SR , typename _InputIterator , typename _Tp >
_Tp sraccumulate ( _InputIterator  __first,
_InputIterator  __last,
_Tp  __init 
)

Definition at line 28 of file test.cpp.