Go to the source code of this file.
|
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...
|
|