Skip to content

Commit

Permalink
Changed lapack guard in sgmatrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Jul 28, 2012
1 parent 1a157fe commit 787c44a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/shogun/lib/SGMatrix.cpp
Expand Up @@ -603,6 +603,8 @@ void SGMatrix<T>::compute_few_eigenvectors(double* matrix_, double*& eigenvalues
ASSERT(status==0);
}

#endif //HAVE_LAPACK

template <class T>
SGMatrix<float64_t> SGMatrix<T>::matrix_multiply(
SGMatrix<float64_t> A, SGMatrix<float64_t> B,
Expand Down Expand Up @@ -676,7 +678,6 @@ SGMatrix<T> SGMatrix<T>::get_allocated_matrix(index_t num_rows,
return result;
}

#endif //HAVE_LAPACK

template class SGMatrix<bool>;
template class SGMatrix<char>;
Expand Down

0 comments on commit 787c44a

Please sign in to comment.