Major:
-* Add the rest of the Bug tests
-
* Update the online documentation on
- How to install deal.II
source/base/path_find.cc
source/base/function_parser.cc
-* HAVE_JN_ ?
-
SET(DEAL_II_LAPACK_FUNCTIONS
daxpy_ dgeev_ dgeevx_ dgelsd_ dgemm_ dgemv_ dgeqrf_ dgesdd_ dgesvd_
dgetrf_ dgetri_ dgetrs_ dorgqr_ dormqr_ dstev_ dsyevx_ dsygv_ dsygvx_
- saxpy_ sgeev_ sgeevx_ sgelsd_ sgemm_ sgemv_ sgeqrf_ sgesdd_ sgesvd_
- sgetrf_ sgetri_ sgetrs_ sorgqr_ sormqr_ sstev_ ssyevx_ ssygv_ ssygvx_
- strtrs_
+ dtrtrs_ saxpy_ sgeev_ sgeevx_ sgelsd_ sgemm_ sgemv_ sgeqrf_ sgesdd_
+ sgesvd_ sgetrf_ sgetri_ sgetrs_ sorgqr_ sormqr_ sstev_ ssyevx_ ssygv_
+ ssygvx_ strtrs_
)
MACRO(CHECK_FOR_LAPACK_FUNCTIONS)
/* Defined if you have the `dsygvx_' function. */
#cmakedefine HAVE_DSYGVX_
+/* Defined if you have the `dtrtrs_' function. */
+#cmakedefine HAVE_DTRTRS_
+
/* Defined if you have the `saxpy_' function. */
#cmakedefine HAVE_SAXPY_
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams