#include <OpenMS/TRANSFORMATIONS/RAW2PEAK/PeakShape.h>
#include <OpenMS/TRANSFORMATIONS/RAW2PEAK/OptimizePick.h>
#include <gsl/gsl_vector.h>
#include <gsl/gsl_multifit_nlin.h>
#include <gsl/gsl_blas.h>
#include <OpenMS/DATASTRUCTURES/DefaultParamHandler.h>
#include <iostream>
#include <vector>
Go to the source code of this file.
Classes | |
struct | PenaltyFactorsIntensity |
Class for the penalty factors used during the optimization. More... | |
class | OptimizePeakDeconvolution |
This class provides the deconvolution of peak regions using non-linear optimization. More... | |
struct | OptimizePeakDeconvolution::Data |
Class containing the data needed for optimization. More... | |
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
OpenMS::OptimizationFunctions | |
Namespace for all functions and classes needed for the gsl levenberg-marquard algorithm. | |
OpenMS / TOPP release 1.11.1 | Documentation generated on Thu Nov 14 2013 11:19:23 using doxygen 1.8.5 |