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

Detailed Description

Provides a generic interface to the LAPACK getrs routine.

Definition in file getrs.hpp.

Go to the source code of this file.

Functions

template<Matrix A, MemoryArray B, MemoryVector IPIV>
int nda::lapack::getrs (A const &a, B &&b, IPIV const &ipiv)
 Interface to the LAPACK getrs routine.