|
TRIQS/nda 2.0.0
Multi-dimensional array library for C++
|
#include "./interface/cxx_interface.hpp"#include "../basic_array.hpp"#include "../blas/tools.hpp"#include "../concepts.hpp"#include "../declarations.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/cuSOLVER ungqr routine.
Definition in file ungqr.hpp.
Go to the source code of this file.
Functions | |
| template<BlasArrayCplx< 2 > A, BlasArrayFor< A, 1 > TAU, BlasArrayFor< A, 1 > W = vector_value_t<A>> requires (has_F_layout<A>) | |
| int | nda::lapack::ungqr (A &&a, TAU &&tau, W &&work=vector_value_t< A >{}) |
| Interface to the LAPACK/cuSOLVER ungqr routine. | |