|
TRIQS/nda 2.0.0
Multi-dimensional array library for C++
|
#include "./interface/cxx_interface.hpp"#include "../blas/tools.hpp"#include "../concepts.hpp"#include "../declarations.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<BlasArray< 1 > DL, BlasArrayFor< DL, 1 > D, BlasArrayFor< DL, 1 > DU, BlasArrayFor< DL > B> requires (mem::have_host_compatible_addr_space<DL> and (get_rank<B> == 1 or get_rank<B> == 2) and has_F_layout<B>) | |
| int | nda::lapack::gtsv (DL &&dl, D &&d, DU &&du, B &&b) |
| Interface to the LAPACK gtsv routine. | |