#include <OpenMS/TRANSFORMATIONS/RAW2PEAK/PeakShape.h>
#include <OpenMS/KERNEL/Peak1D.h>
#include <gsl/gsl_vector.h>
#include <gsl/gsl_multifit_nlin.h>
#include <gsl/gsl_blas.h>
#include <iostream>
#include <fstream>
#include <vector>
Go to the source code of this file.
|  | 
| int | residual (const gsl_vector *x, void *params, gsl_vector *f) | 
|  | Evaluation of the target function for nonlinear optimization.  More... 
 | 
|  | 
| int | jacobian (const gsl_vector *x, void *params, gsl_matrix *J) | 
|  | Compute the Jacobian of the residual, where each row of the matrix corresponds to a point in the data.  More... 
 | 
|  | 
| int | evaluate (const gsl_vector *x, void *params, gsl_vector *f, gsl_matrix *J) | 
|  | Driver function for the evaluation of function and jacobian.  More... 
 | 
|  | 
| void | printSignal (const gsl_vector *x, void *param, float resolution=0.25) | 
|  | Print all peak shapes.  More... 
 | 
|  |