TRIQS/nda 2.0.0
Multi-dimensional array library for C++
Loading...
Searching...
No Matches
gtsv.hpp

Detailed Description

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.