VM2D  1.12
Vortex methods for 2D flows simulation
knnCPU.h
Go to the documentation of this file.
1 #ifndef KNNCPU_H
2 #define KNNCPU_H
3 
4 #include "Vortex2D.h"
5 
6 void WakekNN(const std::vector<Vortex2D>& vtx, const size_t k, std::vector<std::vector<std::pair<double, size_t>>>& initdist);
7 
8 
9 #endif
void WakekNN(const std::vector< Vortex2D > &vtx, const size_t k, std::vector< std::vector< std::pair< double, size_t >>> &initdist)
Definition: knnCPU.cpp:447
Заголовочный файл с описанием класса Vortex2D.