8000 Releases · uofs-simlab/func · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: uofs-simlab/func

v2.2.0

23 Jul 16:43
3dd0901
Compare
Choose a tag to compare

What's Changed

  • Using Doxygen for generating code documentation
  • EqSpaceInterpTable is now ExactInterpTable (hopefully more indicative of what that LUT type does rather than how it's implemented). - A bug with the max table value of nonuniform LUTs has been fixed which will improve their step size vs error curves.
  • FailureProofTable uses a slightly better interface (it deduces TIN and TOUT automatically).

Full Changelog: v2.1.0...v2.2.0

v2.1.0

24 May 23:05
27916e1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0...v2.1.0

v2.0

27 Jul 21:00
9582cc1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0...v2.0

v1.0.0

27 Jul 20:40
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

This release is unsupported. This is the version of FunC used in these papers: https://epubs.siam.org/doi/10.1137/18M1201421 and https://www.sciencedirect.com/science/article/pii/S136481522100061X.

This is a small library for building linear, quadratic, and cubic interpolation- or Taylor-based LUTs mapping double to double. The only dependencies are Boost and Quadmath. UniformLookupTableGenerator can build LUTs according to a max tolerance for error, and ImplementationComparator can profile LUTs. See examples/ for usage.

0