Skip to content

Commit

Permalink
move matrix_operations header under linalg.h
Browse files Browse the repository at this point in the history
  • Loading branch information
vigsterkr committed Mar 15, 2017
1 parent 2599ce5 commit 4d9979f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shogun/lib/GPUMatrix.h
Expand Up @@ -41,7 +41,6 @@

#include <shogun/lib/common.h>
#include <memory>
#include <viennacl/linalg/matrix_operations.hpp>

#ifndef SWIG // SWIG should skip this part
namespace viennacl
Expand Down
2 changes: 2 additions & 0 deletions src/shogun/mathematics/linalg/linalg.h
Expand Up @@ -36,6 +36,8 @@
#ifdef HAVE_VIENNACL
#include <shogun/lib/GPUMatrix.h>
#include <shogun/lib/GPUVector.h>
#include <viennacl/matrix.hpp>
#include <viennacl/linalg/vector_operations.hpp>
#endif

namespace shogun
Expand Down

0 comments on commit 4d9979f

Please sign in to comment.