support for linear regression
commit6fcb8ebe830bab374cfc72232f5d2a81e218eaba
authortqfx <tqfx@tqfx.org>
Thu, 12 Sep 2024 15:41:30 +0000 (12 23:41 +0800)
committertqfx <tqfx@tqfx.org>
Thu, 12 Sep 2024 15:41:30 +0000 (12 23:41 +0800)
tree9a2b11ff7f8eaf5e14372dabc3fc069714a3bc20
parent47f292994e550fcb648680cfcbe110e76f7e7039
support for linear regression
build.rs
include/a/regress_linear.h [new file with mode: 0644]
meson.build
src/regress_linear.c [new file with mode: 0644]
test/CMakeLists.txt
test/regress1.gp [new file with mode: 0644]
test/regress2.gp [new file with mode: 0644]
test/regress_linear.c [new file with mode: 0644]
test/regress_linear.cc [new file with mode: 0644]
test/regress_linear.h [new file with mode: 0644]
test/xmake.lua