TRIQS/nda 1.3.0
Multi-dimensional array library for C++
|
#include "./gesvd.hpp"
#include "../algorithms.hpp"
#include "../basic_array.hpp"
#include "../declarations.hpp"
#include "../exceptions.hpp"
#include "../layout/policies.hpp"
#include "../layout_transforms.hpp"
#include "../linalg.hpp"
#include "../mapped_functions.hpp"
#include "../matrix_functions.hpp"
#include <itertools/itertools.hpp>
#include <algorithm>
#include <array>
#include <cmath>
#include <complex>
#include <optional>
#include <utility>
#include <vector>
Provides worker classes that can be used for solving linear least square problems.
Definition in file gelss_worker.hpp.
Go to the source code of this file.
Classes | |
class | nda::lapack::gelss_worker< T > |
Worker class for solving linear least square problems. More... | |
struct | nda::lapack::gelss_worker_hermitian |
Worker class for solving linear least square problems for hermitian tail-fitting. More... | |