Implementation of weighted least squares approximation.
Definition in file WLS.hpp.
#include "WLS_fwd.hpp"
#include <medusa/bits/utils/assert.hpp>
#include <medusa/bits/types/Range.hpp>
#include <medusa/bits/utils/numutils.hpp>
#include "JacobiSVDWrapper.hpp"
#include "WLSApproximant.hpp"
Go to the source code of this file.
Namespaces | |
mm | |
Root namespace for the whole library. | |
Functions | |
template<class basis_t , class weight_t , class scale_t , class solver_t > | |
std::ostream & | mm::operator<< (std::ostream &os, const WLS< basis_t, weight_t, scale_t, solver_t > &wls) |
Output basic info about given WLS class. More... | |