|
guanaqo
1.0.0-alpha.24
Utilities for scientific software
|
LAPACK error handling.
Definition in file lapack.hpp.
#include <guanaqo/blas/config.hpp>#include <lapack.h>#include <stdexcept>#include <string>#include <type_traits>Go to the source code of this file.
Classes | |
| struct | guanaqo::blas::lapack_error |
Namespaces | |
| namespace | guanaqo |
| namespace | guanaqo::blas |
Macros | |
| #define | dpotrf(...) |
| #define | spotrf(...) |
| #define | dtrtri(...) |
| #define | strtri(...) |
| #define | dlauum(...) |
| #define | slauum(...) |
| #define | dtrtrs(...) |
| #define | strtrs(...) |
| #define | dsytrf_rk(...) |
| #define | ssytrf_rk(...) |
Functions | |
| template<class Name> | |
| void | guanaqo::blas::lapack_throw_on_err (Name &&name, index_t info) |
| #define dpotrf | ( | ... | ) |
Definition at line 48 of file lapack.hpp.
| #define spotrf | ( | ... | ) |
Definition at line 49 of file lapack.hpp.
| #define dtrtri | ( | ... | ) |
Definition at line 50 of file lapack.hpp.
| #define strtri | ( | ... | ) |
Definition at line 51 of file lapack.hpp.
| #define dlauum | ( | ... | ) |
Definition at line 52 of file lapack.hpp.
| #define slauum | ( | ... | ) |
Definition at line 53 of file lapack.hpp.
| #define dtrtrs | ( | ... | ) |
Definition at line 54 of file lapack.hpp.
| #define strtrs | ( | ... | ) |
Definition at line 55 of file lapack.hpp.
| #define dsytrf_rk | ( | ... | ) |
Definition at line 56 of file lapack.hpp.
| #define ssytrf_rk | ( | ... | ) |
Definition at line 57 of file lapack.hpp.