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