File distances.cpp

Functions

std::vector<std::vector<double>> pair_wise_distance_magnitude(std::vector<std::array<double, 3>> points)

Computes the Euclidean distance between pairs of points.

namespace distances

Compute distances between points.

Functions for computing distances between points in 3D space.

Author
Oliver Laslett
Date
2017