|
TRIQS/nda 1.3.0
Multi-dimensional array library for C++
|
#include "./interface/cxx_interface.hpp"#include "../basic_functions.hpp"#include "../concepts.hpp"#include "../layout_transforms.hpp"#include "../macros.hpp"#include "../mem/address_space.hpp"#include "../traits.hpp"#include "../device.hpp"#include <algorithm>#include <type_traits>Provides a generic interface to the LAPACK getrf routine.
Definition in file getrf.hpp.
Go to the source code of this file.
Functions | |
| template<MemoryMatrix A, MemoryVector IPIV> | |
| int | nda::lapack::getrf (A &&a, IPIV &&ipiv) |
| Interface to the LAPACK getrf routine. | |