Medusa  1.1
Coordinate Free Mehless Method implementation
WLS.hpp File Reference

Detailed Description

Implementation of weighted least squares approximation.

Definition in file WLS.hpp.

+ Include dependency graph for WLS.hpp:
+ This graph shows which files directly or indirectly include this file:

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...