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>
Provides a generic interface to the LAPACK gelss
routine.
Definition in file gelss.hpp.
Go to the source code of this file.
Functions | |
template<MemoryMatrix A, MemoryArray B, MemoryVector S> requires (have_same_value_type_v<A, B> and mem::on_host<A, B, S> and is_blas_lapack_v<get_value_t<A>>) | |
int | nda::lapack::gelss (A &&a, B &&b, S &&s, double rcond, int &rank) |
Interface to the LAPACK gelss routine. | |