#include <iostream>#include <stdlib.h>#include <utility>#include <vector>#include "AMP/utils/NearestPairSearch.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | AMP |
| namespace | AMP::Mesh |
Functions | |
| template<int NDIM, class TYPE > | |
| std::pair< int, int > | AMP::find_min_dist (const int N, const TYPE *x) |
| Function to compute the closest pair of points. | |
| std::pair< int, int > | AMP::find_min_dist (const std::vector< AMP::Mesh::MeshPoint< double > > &x) |
| Function to compute the closest pair of points. | |
|
Advanced Multi-Physics (AMP) Oak Ridge National Laboratory Idaho National Laboratory Los Alamos National Laboratory |
This page automatically produced from the source code by Last updated: Tue Mar 10 2026 13:06:41. Comments on this page |