BioDynaMo  v1.05.119-a4ff3934
Namespaces | Functions
algorithm.h File Reference
#include <cmath>
#include <cstdint>
Include dependency graph for algorithm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 bdm
 

Functions

template<typename T >
void bdm::InPlaceParallelPrefixSum (T &v, uint64_t n)
 
template<typename T >
void bdm::ExclusivePrefixSum (T *v, uint64_t n)
 
template<typename TSearch , typename TContainer >
uint64_t bdm::BinarySearch (const TSearch &search_val, const TContainer &container, uint64_t from, uint64_t to)