TRIQS/nda 2.0.0
Multi-dimensional array library for C++
Loading...
Searching...
No Matches
getrs.hpp
#include "./interface/cxx_interface.hpp"
#include "../blas/tools.hpp"
#include "../concepts.hpp"
#include "../declarations.hpp"
#include "../device.hpp"
#include "../macros.hpp"
#include "../mem/address_space.hpp"
#include "../traits.hpp"
#include <type_traits>

Detailed Description

Provides a generic interface to the LAPACK/cuSOLVER getrs routine.

Definition in file getrs.hpp.

Go to the source code of this file.

Functions

template<BlasArrayOrConj< 2 > A, BlasArrayFor< A > B, PivotArrayFor< A, 1 > IPIV>
requires ((get_rank<B> == 1 or get_rank<B> == 2) and has_F_layout<B>)
int nda::lapack::getrs (A const &a, B &&b, IPIV const &ipiv)
 Interface to the LAPACK/cuSOLVER getrs routine.