TRIQS/nda 2.0.0
Multi-dimensional array library for C++
Loading...
Searching...
No Matches
geqrf.hpp
#include "./interface/cxx_interface.hpp"
#include "../basic_array.hpp"
#include "../basic_functions.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>

Detailed Description

Provides a generic interface to the LAPACK/cuSOLVER geqrf routine.

Definition in file geqrf.hpp.

Go to the source code of this file.

Functions

template<BlasArray< 2 > A, BlasArrayFor< A, 1 > TAU, BlasArrayFor< A, 1 > W = vector_value_t<A>>
requires (has_F_layout<A>)
int nda::lapack::geqrf (A &&a, TAU &&tau, W &&work=vector_value_t< A >{})
 Interface to the LAPACK/cuSOLVER geqrf routine.