|
TRIQS/nda 1.3.0
Multi-dimensional array library for C++
|
#include "./interface/cxx_interface.hpp"#include "../basic_array.hpp"#include "../basic_functions.hpp"#include "../concepts.hpp"#include "../declarations.hpp"#include "../macros.hpp"#include "../mem/address_space.hpp"#include "../traits.hpp"#include <algorithm>#include <cmath>#include <complex>#include <concepts>Provides a generic interface to the LAPACK heev routine.
Definition in file heev.hpp.
Go to the source code of this file.
Functions | |
| template<MemoryMatrix A, MemoryVector W> requires (mem::have_host_compatible_addr_space<A> and std::same_as<std::complex<double>, get_value_t<A>> and std::same_as<double, get_value_t<W>>) | |
| int | nda::lapack::heev (A &&a, W &&w, char jobz='V') |
| Interface to the LAPACK heev routine. | |