commit | 390724b4b66aa950cde7e0e7d0e70de05a924169 | [log] [tgz] |
---|---|---|
author | Gael Guennebaud <g.gael@free.fr> | Fri Feb 18 11:25:04 2011 +0100 |
committer | Gael Guennebaud <g.gael@free.fr> | Fri Feb 18 11:25:04 2011 +0100 |
tree | 08a2b8b3913c8ea16f4742c27f9ffe9b125cb1b3 | |
parent | d8ca9481487ba04c2b9185562e654fa38a478f36 [diff] [blame] |
add lapack interface to real symmetric eigenvalue dec and enable building of the lapack shared library
diff --git a/lapack/double.cpp b/lapack/double.cpp index 5f7b9d1..4472357 100644 --- a/lapack/double.cpp +++ b/lapack/double.cpp
@@ -29,3 +29,4 @@ #include "cholesky.cpp" #include "lu.cpp" +#include "eigenvalues.cpp"