Stride Reference Manual  - generated for commit 9643b11
geopop::kd Namespace Reference

Classes

class  BaseNode
 A base class for all instantiations of a Node with D. More...
 
class  Node
 A node in the KdTree (parameter P: the type of point, parameter D: dimension this node splits on). More...
 

Functions

template<typename P , std::size_t D>
std::size_t Median (const std::vector< P > &points)
 

Function Documentation

template<typename P , std::size_t D>
std::size_t geopop::kd::Median ( const std::vector< P > &  points)

Definition at line 28 of file Median.h.