![]() |
Reference documentation for deal.II version 9.2.0
|
Go to the source code of this file.
Namespaces | |
| types | |
| LAPACKSupport | |
Typedefs | |
| using | types::blas_int = int |
Functions | |
| const char * | LAPACKSupport::state_name (State s) |
| const char * | LAPACKSupport::property_name (const Property s) |
| static ::ExceptionBase & | LAPACKSupport::ExcErrorCode (std::string arg1, types::blas_int arg2) |
| static ::ExceptionBase & | LAPACKSupport::ExcState (State arg1) |
| static ::ExceptionBase & | LAPACKSupport::ExcProperty (Property arg1) |
| static ::ExceptionBase & | LAPACKSupport::ExcMissing (std::string arg1) |
Variables | |
| static const char | LAPACKSupport::A = 'A' |
| static const char | LAPACKSupport::N = 'N' |
| static const char | LAPACKSupport::T = 'T' |
| static const char | LAPACKSupport::U = 'U' |
| static const char | LAPACKSupport::L = 'L' |
| static const char | LAPACKSupport::V = 'V' |
| static const types::blas_int | LAPACKSupport::zero = 0 |
| static const types::blas_int | LAPACKSupport::one = 1 |