COMBINATORIAL_BLAS 1.6
 
Loading...
Searching...
No Matches
graph_preprocessor.cpp File Reference
#include <iostream>
#include <string>
#include <utility>
#include <map>
#include <cstdio>
#include <vector>
#include <sys/file.h>
#include <stdint.h>
#include <algorithm>
Include dependency graph for graph_preprocessor.cpp:

Go to the source code of this file.

Functions

template<typename _ForwardIterator >
bool is_sorted (_ForwardIterator __first, _ForwardIterator __last)
 
template<typename _ForwardIter , typename T >
void iota (_ForwardIter __first, _ForwardIter __last, T __value)
 
int main ()
 

Function Documentation

◆ iota()

template<typename _ForwardIter , typename T >
void iota ( _ForwardIter  __first,
_ForwardIter  __last,
__value 
)

Definition at line 28 of file graph_preprocessor.cpp.

◆ is_sorted()

template<typename _ForwardIterator >
bool is_sorted ( _ForwardIterator  __first,
_ForwardIterator  __last 
)

Definition at line 15 of file graph_preprocessor.cpp.

◆ main()

int main ( )

Definition at line 35 of file graph_preprocessor.cpp.