[mlpack-svn] r16559 - mlpack/trunk/src/mlpack/core/math

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon May 26 23:37:11 EDT 2014


Author: rcurtin
Date: Mon May 26 23:37:10 2014
New Revision: 16559

Log:
Use prereqs.hpp instead of core.hpp; core.hpp is required for the implementation, though.


Modified:
   mlpack/trunk/src/mlpack/core/math/lin_alg.cpp
   mlpack/trunk/src/mlpack/core/math/lin_alg.hpp

Modified: mlpack/trunk/src/mlpack/core/math/lin_alg.cpp
==============================================================================
--- mlpack/trunk/src/mlpack/core/math/lin_alg.cpp	(original)
+++ mlpack/trunk/src/mlpack/core/math/lin_alg.cpp	Mon May 26 23:37:10 2014
@@ -5,6 +5,7 @@
  * Linear algebra utilities.
  */
 #include "lin_alg.hpp"
+#include <mlpack/core.hpp>
 
 using namespace mlpack;
 using namespace math;

Modified: mlpack/trunk/src/mlpack/core/math/lin_alg.hpp
==============================================================================
--- mlpack/trunk/src/mlpack/core/math/lin_alg.hpp	(original)
+++ mlpack/trunk/src/mlpack/core/math/lin_alg.hpp	Mon May 26 23:37:10 2014
@@ -7,7 +7,7 @@
 #ifndef __MLPACK_CORE_MATH_LIN_ALG_HPP
 #define __MLPACK_CORE_MATH_LIN_ALG_HPP
 
-#include <mlpack/core.hpp>
+#include <mlpack/prereqs.hpp>
 
 /**
  * Linear algebra utility functions, generally performed on matrices or vectors.



More information about the mlpack-svn mailing list