ya.make 149 B

123456789101112131415
  1. LIBRARY()
  2. OWNER(alex-sh)
  3. SRCS(
  4. linear_regression.cpp
  5. unimodal.cpp
  6. welford.cpp
  7. )
  8. PEERDIR(
  9. library/cpp/accurate_accumulate
  10. )
  11. END()