OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Functions
SavitzkyGolay.cpp File Reference
#include "Filters/SavitzkyGolay.h"
#include "gsl/gsl_fft_real.h"
#include "gsl/gsl_fft_halfcomplex.h"
#include <iostream>
Include dependency graph for SavitzkyGolay.cpp:

Go to the source code of this file.

Functions

void savgol (vector< double > &c, const int &np, const int &nl, const int &nr, const int &ld, const int &m)
 
void convlv (const vector< double > &data, const vector< double > &respns, const int &isign, vector< double > &ans)
 
void ludcmp (vector< double > &a, vector< int > &indx, double &d)
 
void lubksb (vector< double > &a, vector< int > &indx, vector< double > &b)
 

Function Documentation

void convlv ( const vector< double > &  data,
const vector< double > &  respns,
const int &  isign,
vector< double > &  ans 
)

Definition at line 74 of file SavitzkyGolay.cpp.

References Hypervolume::n, and real().

Here is the call graph for this function:

void lubksb ( vector< double > &  a,
vector< int > &  indx,
vector< double > &  b 
)

Definition at line 187 of file SavitzkyGolay.cpp.

References lubksb(), Hypervolume::n, and sum().

Referenced by lubksb(), and savgol().

Here is the call graph for this function:

void ludcmp ( vector< double > &  a,
vector< int > &  indx,
double &  d 
)

Definition at line 128 of file SavitzkyGolay.cpp.

References endl(), fabs(), ludcmp(), Hypervolume::n, sum(), and TINY.

Referenced by ludcmp(), and savgol().

Here is the call graph for this function:

void savgol ( vector< double > &  c,
const int &  np,
const int &  nl,
const int &  nr,
const int &  ld,
const int &  m 
)

Definition at line 32 of file SavitzkyGolay.cpp.

References endl(), lubksb(), ludcmp(), nr, pow(), and sum().

Here is the call graph for this function: