Vespucci  1.0.0
maximum.h File Reference

Go to the source code of this file.

Namespaces

 Vespucci
 A namespace for "global" functions, including math functions.
 
 Vespucci::Math
 A namespace for math functions relating to linear least squares regression.
 
 Vespucci::Math::Quantification
 A namespace for math functions relating to peak quantification.
 

Functions

VESPUCCI_EXPORT double Vespucci::Math::Quantification::FindPeakMax (const arma::vec &X, arma::uword min_index, arma::uword max_index, arma::uword &position)
 Vespucci::Math::Quantification::FindPeakMax. More...
 
VESPUCCI_EXPORT arma::vec Vespucci::Math::Quantification::FindPeakMaxMat (const arma::mat &X, arma::vec abscissa, double &min, double &max, arma::vec &positions)
 Vespucci::Math::Quantification::FindPeakMaxMat. More...
 
VESPUCCI_EXPORT arma::mat Vespucci::Math::Quantification::FindPeakMaxesMat (const arma::mat &X, arma::vec abscissa, double &first_min, double &first_max, double &second_min, double &second_max, arma::mat positions)
 Vespucci::Math::Quantification::FindPeakMaxesMat. More...