#include "typedefs.hpp"#include "cl_Vector.hpp"#include "cl_Matrix.hpp"#include "assert.hpp"#include "fn_gels.hpp"Go to the source code of this file.
Namespaces | |
| namespace | belfem |
| USER GUIDES: | |
Functions | |
| template<typename T> | |
| void | belfem::polyfit (const Vector< T > &aX, const Vector< T > &aY, const uint &aN, Vector< T > &aCoeffs) |