Skip to content

Commit

Permalink
rm linalg::apply and linalg::elementwiseproduct
Browse files Browse the repository at this point in the history
  • Loading branch information
OXPHOS committed Mar 13, 2017
1 parent 2b429f2 commit 75e77f1
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 737 deletions.
2 changes: 1 addition & 1 deletion src/shogun/kernel/ExponentialARDKernel.cpp
Expand Up @@ -244,7 +244,7 @@ SGMatrix<float64_t> CExponentialARDKernel::get_weighted_vector(SGVector<float64_
{
return CMath::exp(value);
});
res=linalg::elementwise_product(weights, rtmp);
res=linalg::element_prod(weights, rtmp);
}
return res;
}
Expand Down
1 change: 1 addition & 0 deletions src/shogun/lib/GPUMatrix.h
Expand Up @@ -41,6 +41,7 @@

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

#ifndef SWIG // SWIG should skip this part
namespace viennacl
Expand Down
168 changes: 0 additions & 168 deletions src/shogun/mathematics/linalg/internal/implementation/Apply.h

This file was deleted.

This file was deleted.

0 comments on commit 75e77f1

Please sign in to comment.