Searched defs:Stat1MinMax (Results 1 – 1 of 1) sorted by relevance
16 class Stat1MinMax; variable215 Stat1MinMax() { Clear(); } in Stat1MinMax() function217 explicit Stat1MinMax(const VType &dat) : Stat1<VType, NumType>(dat) { in Stat1MinMax() function223 explicit Stat1MinMax(const VType *begin, const VType *end) { in Stat1MinMax() function230 Stat1MinMax(const VType &dat, const NumType &w) in Stat1MinMax() function236 Stat1MinMax(const Self &stat) : Stat1<VType, NumType>(stat) { in Stat1MinMax() function