mirror of
https://github.com/google/benchmark.git
synced 2025-01-16 06:40:13 +08:00
refactor least square .h
This commit is contained in:
parent
266addc3f5
commit
fed9b6f211
@ -41,6 +41,6 @@ struct LeastSq {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Find the coefficient for the high-order term in the running time, by minimizing the sum of squares of relative error.
|
// Find the coefficient for the high-order term in the running time, by minimizing the sum of squares of relative error.
|
||||||
LeastSq MinimalLeastSq(const std::vector<int>& N, const std::vector<double>& Time, const benchmark::BigO Complexity = benchmark::oAuto);
|
LeastSq MinimalLeastSq(const std::vector<int>& n, const std::vector<double>& time, const benchmark::BigO vomplexity = benchmark::oAuto);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user