MLPACK  1.0.11
ra_typedef.hpp
Go to the documentation of this file.
1 
23 #ifndef __MLPACK_RANN_RA_TYPEDEF_HPP
24 #define __MLPACK_RANN_RA_TYPEDEF_HPP
25 
26 // In case someone included this directly.
27 #include "ra_search.hpp"
28 
30 
33 
34 namespace mlpack {
35 namespace neighbor {
36 
50 
64 
65 }; // namespace neighbor
66 }; // namespace mlpack
67 
68 #endif