TRIQS/nda 1.3.0
Multi-dimensional array library for C++
|
#include "./interface/cxx_interface.hpp"
#include "../concepts.hpp"
#include "../macros.hpp"
#include "../mem/address_space.hpp"
#include "../traits.hpp"
Provides a generic interface to the LAPACK gtsv
routine.
Definition in file gtsv.hpp.
Go to the source code of this file.
Functions | |
template<MemoryVector DL, MemoryVector D, MemoryVector DU, MemoryArray B> requires (have_same_value_type_v<DL, D, DU, B> and mem::on_host<DL, D, DU, B> and is_blas_lapack_v<get_value_t<DL>>) | |
int | nda::lapack::gtsv (DL &&dl, D &&d, DU &&du, B &&b) |
Interface to the LAPACK gtsv routine. | |