CoastalME (Coastal Modelling Environment)
Simulates the long-term behaviour of complex coastlines
|
Smoothing routines for CGeomLine objects. More...
#include <assert.h>
#include <cmath>
#include <iostream>
#include "cme.h"
#include "simulation.h"
#include "2d_point.h"
#include "2di_point.h"
#include "line.h"
Go to the source code of this file.
Typedefs | |
typedef double | Matrix[SAVGOL_POLYNOMIAL_MAX_ORDER+2][SAVGOL_POLYNOMIAL_MAX_ORDER+2] |
Smoothing routines for CGeomLine objects.
The Savitzky-Golay routines are modified from C originals by Jean-Pierre Moreau (jpmor.nosp@m.eau@.nosp@m.wanad.nosp@m.oo.f.nosp@m.r, http://jean-pierre.moreau.pagesperso-orange.fr/index.html), to whom we are much indebted
Definition in file smooth_line.cpp.
typedef double Matrix[SAVGOL_POLYNOMIAL_MAX_ORDER+2][SAVGOL_POLYNOMIAL_MAX_ORDER+2] |
Definition at line 43 of file smooth_line.cpp.