16 #ifndef dealii_lapack_support_h 17 #define dealii_lapack_support_h 20 #include <deal.II/base/config.h> 22 #include <deal.II/base/exceptions.h> 24 DEAL_II_NAMESPACE_OPEN
28 #ifdef LAPACK_WITH_64BIT_BLAS_INDICES 88 return "inverse matrix";
90 return "lu decomposition";
92 return "cholesky decomposition";
139 return "upper triangular";
141 return "lower triangular";
155 static const char A =
'A';
159 static const char N =
'N';
163 static const char T =
'T';
167 static const char U =
'U';
171 static const char L =
'L';
175 static const char V =
'V';
191 <<
"The function " << arg1 <<
" returned with an error code " 202 <<
"The function cannot be called while the matrix is in state " 211 <<
"The function cannot be called with a " 221 <<
"When you ran 'cmake' during installation of deal.II, " 222 <<
"no suitable installation of the BLAS or LAPACK library could " 223 <<
"be found. Consequently, the function <" << arg1
224 <<
"> can not be called. Refer to the doc/readme.html " 225 <<
"file for information on how to ensure that deal.II " 226 <<
"picks up an existing BLAS and LAPACK installation at " 227 <<
"configuration time.");
231 DEAL_II_NAMESPACE_CLOSE
#define DeclException2(Exception2, type1, type2, outsequence)
Contents is actually a matrix.
Matrix is upper triangular.
Contents is the inverse of a matrix.
static const types::blas_int one
static ::ExceptionBase & ExcErrorCode(std::string arg1, types::blas_int arg2)
const char * state_name(State s)
static ::ExceptionBase & ExcState(State arg1)
Contents is a Cholesky decomposition.
#define DeclException1(Exception1, type1, outsequence)
#define Assert(cond, exc)
static ::ExceptionBase & ExcMissing(std::string arg1)
Contents is something useless.
Matrix is the inverse of a singular value decomposition.
Matrix contains singular value decomposition,.
static ::ExceptionBase & ExcNotImplemented()
static const types::blas_int zero
const char * property_name(const Property s)
Eigenvalue vector is filled.
static ::ExceptionBase & ExcProperty(Property arg1)
Matrix is in upper Hessenberg form.
Matrix is lower triangular.
Contents is an LU decomposition.