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 "../exceptions.hpp"
#include "../macros.hpp"
#include "../mem/address_space.hpp"
#include "../traits.hpp"
#include <algorithm>
#include <cmath>
#include <complex>
#include <type_traits>
Provides a generic interface to the LAPACK geqp3
routine.
Definition in file geqp3.hpp.
Go to the source code of this file.
Functions | |
template<MemoryMatrix A, MemoryVector JPVT, MemoryVector TAU> requires (mem::on_host<A> and is_blas_lapack_v<get_value_t<A>> and have_same_value_type_v<A, TAU> and mem::have_compatible_addr_space<A, JPVT, TAU>) | |
int | nda::lapack::geqp3 (A &&a, JPVT &&jpvt, TAU &&tau) |
Interface to the LAPACK geqp3 routine. | |