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

Detailed Description

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

Definition in file getrf.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::getrf (A &&a, IPIV &&ipiv, W &&work=vector_value_t< A >{})
 Interface to the LAPACK/cuSOLVER getrf routine.