Skip to content

Commit

Permalink
Added forgotten DGETRS define
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Jul 29, 2011
1 parent f1167d6 commit 518360d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shogun/mathematics/lapack.cpp
Expand Up @@ -32,6 +32,7 @@ using namespace shogun;
#define DORGQR dorgqr
#define DSYEVR dsyevr
#define DPOTRS dpotrs
#define DGETRS dgetrs
#else
#define DSYEV dsyev_
#define DGESVD dgesvd_
Expand Down

0 comments on commit 518360d

Please sign in to comment.