MCL
A C++ library mirroring some of the most common Matlab functions.
|
Namespaces | |
namespace | mcl |
Functions | |
std::vector< Real > | mcl::FindPeaks (const std::vector< Real > &vector, const Real min_peak_height=std::numeric_limits< Real >::min()) |
std::vector< UInt > | mcl::FindPeaksIndexes (const std::vector< Real > &vector, const Real min_peak_height=std::numeric_limits< Real >::min()) |
template<> | |
Int | mcl::MaxIndex< UInt > (const std::vector< UInt > &input) noexcept |