#include <OpenMS/TRANSFORMATIONS/RAW2PEAK/PeakShape.h>
#include <OpenMS/KERNEL/Peak1D.h>
#include <eigen3/Eigen/Core>
#include <eigen3/unsupported/Eigen/NonLinearOptimization>
#include <vector>
Go to the source code of this file.
Classes | |
struct | PenaltyFactors |
Class for the penalty factors used during the optimization. More... | |
class | OptimizePick |
This class provides the non-linear optimization of the peak parameters. More... | |
struct | OptimizePick::Data |
class | OptimizePick::OptPeakFunctor |
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
OpenMS::OptimizationFunctions | |
Typedefs | |
typedef std::vector< Peak1D > | RawDataVector |
Raw data vector type. More... | |
typedef RawDataVector::iterator | PeakIterator |
Raw data iterator type. More... | |
OpenMS / TOPP release 2.0.0 | Documentation generated on Sat May 16 2015 16:13:40 using doxygen 1.8.9.1 |