TRIQS/nda 1.3.0
Multi-dimensional array library for C++
Loading...
Searching...
No Matches
lapack.hpp
Go to the documentation of this file.
1// Copyright (c) 2019--present, The Simons Foundation
2// This file is part of TRIQS/nda and is licensed under the Apache License, Version 2.0.
3// SPDX-License-Identifier: Apache-2.0
4// See LICENSE in the root of this distribution for details.
5
10
11#pragma once
12
14#include "./lapack/gelss.hpp"
15#include "./lapack/geqp3.hpp"
16#include "./lapack/gesvd.hpp"
17#include "./lapack/getrf.hpp"
18#include "./lapack/getri.hpp"
19#include "./lapack/getrs.hpp"
20#include "./lapack/gtsv.hpp"
21#include "./lapack/orgqr.hpp"
22#include "./lapack/ungqr.hpp"
Provides a generic interface to the LAPACK gelss routine.
Provides a generic interface to the LAPACK geqp3 routine.
Provides a generic interface to the LAPACK gesvd routine.
Provides a generic interface to the LAPACK getrf routine.
Provides a generic interface to the LAPACK getri routine.
Provides a generic interface to the LAPACK getrs routine.
Provides a generic interface to the LAPACK gtsv routine.
Provides a C++ interface for various LAPACK routines.
Provides a generic interface to the LAPACK orgqr routine.
Provides a generic interface to the LAPACK ungqr routine.