| 
    TRIQS/nda 1.3.0
    
   Multi-dimensional array library for C++ 
   | 
 
#include "./interface/cxx_interface.hpp"#include "../concepts.hpp"#include "../declarations.hpp"#include "../exceptions.hpp"#include "../macros.hpp"#include "../mem/address_space.hpp"#include "../traits.hpp"#include <algorithm>#include <cmath>#include <complex>#include <type_traits>Provides a generic interface to the LAPACK getri routine.
Definition in file getri.hpp.
Go to the source code of this file.
Functions | |
| template<MemoryMatrix A, MemoryVector IPIV>  requires (mem::have_compatible_addr_space<A, IPIV> and is_blas_lapack_v<get_value_t<A>>)  | |
| int | nda::lapack::getri (A &&a, IPIV const &ipiv) | 
| Interface to the LAPACK getri routine.   | |