[mlpack-svn] r15925 - mlpack/trunk/src/mlpack/methods/range_search

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Fri Oct 4 00:39:34 EDT 2013


Author: rcurtin
Date: Fri Oct  4 00:39:34 2013
New Revision: 15925

Log:
Force inlining (#281).


Modified:
   mlpack/trunk/src/mlpack/methods/range_search/range_search_rules_impl.hpp

Modified: mlpack/trunk/src/mlpack/methods/range_search/range_search_rules_impl.hpp
==============================================================================
--- mlpack/trunk/src/mlpack/methods/range_search/range_search_rules_impl.hpp	(original)
+++ mlpack/trunk/src/mlpack/methods/range_search/range_search_rules_impl.hpp	Fri Oct  4 00:39:34 2013
@@ -36,6 +36,7 @@
 //! The base case.  Evaluate the distance between the two points and add to the
 //! results if necessary.
 template<typename MetricType, typename TreeType>
+inline force_inline
 double RangeSearchRules<MetricType, TreeType>::BaseCase(
     const size_t queryIndex,
     const size_t referenceIndex)



More information about the mlpack-svn mailing list