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

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<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.