23 _alphas.emplace_back(alpha);
24 _weights.emplace_back(weight);
void setAlpha(RealType alpha, RealType weight) noexcept
Sets an alpha and weight value.
void copyAlphas(std::vector< RealType > &alphas, std::vector< RealType > &weights) const noexcept
Copies the alphas and weights vectors.
double RealType
Type for real numbers.
Header file for the logging system.
Header file for the PrototypeTiming class.