#include <OpenMS/TRANSFORMATIONS/RAW2PEAK/PeakShape.h>
#include <OpenMS/DATASTRUCTURES/Param.h>
#include <gsl/gsl_vector.h>
#include <gsl/gsl_multifit_nlin.h>
#include <gsl/gsl_blas.h>
#include <OpenMS/TRANSFORMATIONS/RAW2PEAK/OptimizePick.h>
#include <OpenMS/DATASTRUCTURES/DefaultParamHandler.h>
#include <iostream>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | OpenMS |
namespace | OpenMS::OptimizationFunctions |
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... | |
Variables | |
std::vector< PeakShape > | peaks_DC_ |
std::vector< double > | positions_DC_ |
std::vector< double > | signal_DC_ |
Generated Tue Apr 1 15:36:39 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |