CoastalME (Coastal Modelling Environment)
Simulates the long-term behaviour of complex coastlines
Loading...
Searching...
No Matches
smooth_line.cpp File Reference

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]
 

Detailed Description

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

Author
David Favis-Mortlock
Andres Payo
Date
2025

Definition in file smooth_line.cpp.

Typedef Documentation

◆ Matrix

Definition at line 43 of file smooth_line.cpp.