13#ifndef dealii_lapack_support_h
14#define dealii_lapack_support_h
26#ifdef LAPACK_WITH_64BIT_BLAS_INDICES
84 return "inverse matrix";
86 return "lu decomposition";
88 return "cholesky decomposition";
135 return "upper triangular";
137 return "lower triangular";
151 constexpr char A =
'A';
155 constexpr char N =
'N';
159 constexpr char O =
'O';
163 constexpr char T =
'T';
167 constexpr char U =
'U';
171 constexpr char L =
'L';
175 constexpr 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, no suitable "
222 <<
"installation of the BLAS or LAPACK library could be found. "
223 <<
"Consequently, the function <" << arg1 <<
"> can not be called. "
224 <<
"Refer to the readme at https://dealii.org/current/readme.html for "
225 <<
"information on how to ensure that deal.II picks up an existing "
226 <<
"BLAS and LAPACK installation at configuration time.");
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE
#define DEAL_II_NOT_IMPLEMENTED()
static ::ExceptionBase & ExcMissing(std::string arg1)
static ::ExceptionBase & ExcErrorCode(std::string arg1, types::blas_int arg2)
static ::ExceptionBase & ExcProperty(Property arg1)
#define DeclException2(Exception2, type1, type2, outsequence)
#define DeclException1(Exception1, type1, outsequence)
static ::ExceptionBase & ExcState(State arg1)
@ cholesky
Contents is a Cholesky decomposition.
@ lu
Contents is an LU decomposition.
@ matrix
Contents is actually a matrix.
@ unusable
Contents is something useless.
@ inverse_matrix
Contents is the inverse of a matrix.
@ svd
Matrix contains singular value decomposition,.
@ inverse_svd
Matrix is the inverse of a singular value decomposition.
@ eigenvalues
Eigenvalue vector is filled.
const char * state_name(State s)
@ symmetric
Matrix is symmetric.
@ hessenberg
Matrix is in upper Hessenberg form.
@ diagonal
Matrix is diagonal.
@ upper_triangular
Matrix is upper triangular.
@ lower_triangular
Matrix is lower triangular.
@ general
No special properties.
const char * property_name(const Property s)
constexpr types::blas_int zero
constexpr types::blas_int one