ya.make 167 B

12345678910111213141516171819
  1. LIBRARY()
  2. SRCS(
  3. linear_regression.cpp
  4. unimodal.cpp
  5. welford.cpp
  6. )
  7. PEERDIR(
  8. library/cpp/accurate_accumulate
  9. )
  10. END()
  11. RECURSE(
  12. benchmark
  13. ut
  14. )