TRIQS/nda 1.3.0
Multi-dimensional array library for C++
Loading...
Searching...
No Matches
gelss_worker.hpp
#include "./gesvd.hpp"
#include "../algorithms.hpp"
#include "../arithmetic.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>

Detailed Description

Provides a class that can solve multiple linear least squares problems for a given matrix \( \mathbf{A} \).

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 squares problems. More...
class  nda::lapack::gelss_worker_hermitian
 Specialized worker class for solving linear least squares problems while enforcing a certain hermitian symmetry. More...