|
TRIQS/nda 1.3.0
Multi-dimensional array library for C++
|
#include "./interface/cxx_interface.hpp"#include "../basic_array.hpp"#include "../concepts.hpp"#include "../declarations.hpp"#include "../macros.hpp"#include "../mem/address_space.hpp"#include "../traits.hpp"#include <algorithm>#include <cmath>#include <type_traits>Provides a generic interface to the LAPACK orgqr routine.
Definition in file orgqr.hpp.
Go to the source code of this file.
Functions | |
| template<MemoryMatrix A, MemoryVector TAU> requires (mem::have_host_compatible_addr_space<A> and std::is_same_v<double, get_value_t<A>> and have_same_value_type_v<A, TAU>) | |
| int | nda::lapack::orgqr (A &&a, TAU &&tau) |
| Interface to the LAPACK orgqr routine. | |