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

Detailed Description

Provides a generic interface to the LAPACK getri routine.

Definition in file getri.hpp.

Go to the source code of this file.

Functions

template<BlasArray< 2 > A, PivotArrayFor< A, 1 > IPIV, BlasArrayFor< A, 1 > W = vector_value_t<A>>
int nda::lapack::getri (A &&a, IPIV const &ipiv, W &&work=vector_value_t< A >{})
 Interface to the LAPACK getri routine.