Skip to content

Commit

Permalink
Removed deprecated header (unsupported/Eigen/BDCSVD is included in Ei…
Browse files Browse the repository at this point in the history
…gen/SVD now)
  • Loading branch information
chhtz committed Oct 29, 2014
1 parent 4d8e240 commit 7b07b7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lapack/svd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

#include "lapack_common.h"
#include <Eigen/SVD>
#include <unsupported/Eigen/BDCSVD>

// computes the singular values/vectors a general M-by-N matrix A using divide-and-conquer
EIGEN_LAPACK_FUNC(gesdd,(char *jobz, int *m, int* n, Scalar* a, int *lda, RealScalar *s, Scalar *u, int *ldu, Scalar *vt, int *ldvt, Scalar* /*work*/, int* lwork,
Expand Down

0 comments on commit 7b07b7b

Please sign in to comment.