TRIQS/nda 2.0.0
Multi-dimensional array library for C++
Loading...
Searching...
No Matches
syev.hpp
#include "./interface/cxx_interface.hpp"
#include "../basic_array.hpp"
#include "../basic_functions.hpp"
#include "../blas/tools.hpp"
#include "../concepts.hpp"
#include "../declarations.hpp"
#include "../macros.hpp"
#include "../mem/address_space.hpp"
#include "../traits.hpp"
#include <cmath>
#include <concepts>

Detailed Description

Provides a generic interface to the LAPACK syev routine.

Definition in file syev.hpp.

Go to the source code of this file.

Functions

template<BlasArrayReal< 2 > A, BlasArrayFor< A, 1 > W, BlasArrayFor< A, 1 > W1 = vector_value_t<A>>
requires (mem::have_host_compatible_addr_space<A> and has_F_layout<A>)
int nda::lapack::syev (A &&a, W &&w, char jobz='V', W1 &&work=vector_value_t< A >{})
 Interface to the LAPACK syev routine.