Piecewise linear interpolation routine (#13798)
commit8f10f17245f5571def6dfb02487f2ab0b819951d
authorIvan Efimov <gendalf44@yandex.ru>
Wed, 7 Aug 2024 16:21:02 +0000 (7 11:21 -0500)
committerGitHub <noreply@github.com>
Wed, 7 Aug 2024 16:21:02 +0000 (7 18:21 +0200)
tree0c61224cb813fbd49389362edc996ce1595e9470
parent9520b5b40f31a3e5d9d2a1bd98656987817b8235
Piecewise linear interpolation routine (#13798)

* piecewise linear interpolation routines

* haslinghuis review

* triling spaces removed

* KarateBrot review

* ledvinap's review

* minor style fixes
mk/source.mk
src/main/common/pwl.c [new file with mode: 0644]
src/main/common/pwl.h [new file with mode: 0644]
src/test/Makefile
src/test/unit/pwl_unittest.cc [new file with mode: 0644]