#include <OpenMS/TRANSFORMATIONS/RAW2PEAK/PeakShape.h>
#include <OpenMS/KERNEL/Peak1D.h>
#include <Eigen/Core>
#include <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.3.0 | Documentation generated on Tue Jan 9 2018 18:22:05 using doxygen 1.8.13 |