TRIQS/nda 1.3.0
Multi-dimensional array library for C++
Loading...
Searching...
No Matches
orgqr.hpp File Reference
#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>

Detailed Description

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::on_host<A> and std::is_same_v<double, get_value_t<A>> and have_same_value_type_v<A, TAU> and mem::have_compatible_addr_space<A, TAU>)
int nda::lapack::orgqr (A &&a, TAU &&tau)
 Interface to the LAPACK orgqr routine.