From d05e9add7736a829141e81a4792cec5731465ef5 Mon Sep 17 00:00:00 2001 From: tqfx Date: Wed, 25 Sep 2024 00:32:36 +0800 Subject: [PATCH] rename olsm_ to olsm for a_regress_simple --- include/a/regress_simple.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/a/regress_simple.h b/include/a/regress_simple.h index 6f1cdf9..338ca0a 100644 --- a/include/a/regress_simple.h +++ b/include/a/regress_simple.h @@ -95,7 +95,7 @@ struct a_regress_simple { return a_regress_simple_eval(this, val); } - A_INLINE void olsm_(a_size n, a_float const *x, a_float const *y, a_float x_mean, a_float y_mean) + A_INLINE void olsm(a_size n, a_float const *x, a_float const *y, a_float x_mean, a_float y_mean) { a_regress_simple_olsm_(this, n, x, y, x_mean, y_mean); } -- 2.11.4.GIT