![]() |
deal.II version GIT relicensing-2684-gc61376a70f 2025-02-22 15:30:00+00:00
|
#include <deal.II/base/config.h>
#include <deal.II/base/exceptions.h>
#include <deal.II/base/types.h>
Go to the source code of this file.
Namespaces | |
namespace | types |
namespace | LAPACKSupport |
Typedefs | |
using | types::blas_int = int |
Enumerations | |
enum | LAPACKSupport::State { LAPACKSupport::matrix , LAPACKSupport::inverse_matrix , LAPACKSupport::lu , LAPACKSupport::cholesky , LAPACKSupport::eigenvalues , LAPACKSupport::svd , LAPACKSupport::inverse_svd , LAPACKSupport::unusable = 0x8000 } |
enum | LAPACKSupport::Property { LAPACKSupport::general = 0 , LAPACKSupport::symmetric = 1 , LAPACKSupport::upper_triangular = 2 , LAPACKSupport::lower_triangular = 4 , LAPACKSupport::diagonal = 6 , LAPACKSupport::hessenberg = 8 } |
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 | |
constexpr char | LAPACKSupport::A = 'A' |
constexpr char | LAPACKSupport::N = 'N' |
constexpr char | LAPACKSupport::O = 'O' |
constexpr char | LAPACKSupport::T = 'T' |
constexpr char | LAPACKSupport::U = 'U' |
constexpr char | LAPACKSupport::L = 'L' |
constexpr char | LAPACKSupport::V = 'V' |
constexpr types::blas_int | LAPACKSupport::zero = 0 |
constexpr types::blas_int | LAPACKSupport::one = 1 |