From: willems Date: Mon, 26 Apr 2010 14:46:59 +0000 (+0000) Subject: additional support variable for computation of generalized eigenvalues for symmetric... X-Git-Tag: v8.0.0~6179 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af3694ce19e5bfc819ce8b7bf1f64396dec08b55;p=dealii.git additional support variable for computation of generalized eigenvalues for symmetric lapack matrices included git-svn-id: https://svn.dealii.org/trunk@21040 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/lapack_support.h b/deal.II/lac/include/lac/lapack_support.h index 034eb9f4e6..b23eaa14f5 100644 --- a/deal.II/lac/include/lac/lapack_support.h +++ b/deal.II/lac/include/lac/lapack_support.h @@ -99,6 +99,10 @@ namespace LAPACKSupport * Character constant. */ static const char N = 'N'; + /** + * Character constant. + */ + static const char U = 'U'; /** * Integer constant. */