MinLCA algorithms
Namespaces | Functions
utils.hh File Reference

Utils not related to graphs. More...

#include <vector>
#include <algorithm>
#include <iterator>
Include dependency graph for utils.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 minlca
 Default namespace Default namespace for MinLCA algorithms.
 
 minlca::utils
 Namespace for util functions and classes.
 

Functions

template<typename T >
int minlca::utils::posMax (const std::vector< T > &v)
 Index of the maximum position. More...
 
std::vector< int > minlca::utils::nonNegative (const std::vector< int > &v)
 Vector of non-negative indices. More...
 

Detailed Description

Utils not related to graphs.

Definition in file utils.hh.