#include "Wm4FoundationPCH.h"
#include "Wm4ApprPolyFit3.h"
#include "Wm4LinearSystem.h"
Go to the source code of this file.
Namespaces | |
namespace | Wm4 |
The namespace of the WildMagic library. | |
Functions | |
template<class Real > | |
Real * | Wm4::PolyFit3 (int iSamples, const Real *afX, const Real *afY, const Real *afW, int iXDegree, int iYDegree) |
template double * | Wm4::PolyFit3< double > (int, const double *, const double *, const double *, int, int) |
template float * | Wm4::PolyFit3< float > (int, const float *, const float *, const float *, int, int) |