Declaration of weighted least squares approximation.
Definition in file WLS_fwd.hpp.
#include <medusa/Config.hpp>#include <medusa/bits/types/Range_fwd.hpp>#include <Eigen/Core>#include <type_traits>#include <iosfwd>#include "WLSApproximant_fwd.hpp"#include "Operators_fwd.hpp"
Include dependency graph for WLS_fwd.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | mm::JacobiSVDWrapper< scalar_t, QRPreconditioner > |
Extends Eigen's JacobiSVD to compute thin U and thin V by default. More... | |
| class | mm::NoWeight< vec_t > |
| Class representing no weight function, i.e. a constant 1. More... | |
| class | mm::WLS< basis_t, weight_t, scale_t, solver_t > |
| A class for generating approximations using Weighted Least Squares over local neighborhoods. More... | |
Namespaces | |
| mm | |
| Root namespace for the whole library. | |