From 1bdfeebc0f199e39e5f8f6bdbba619c17c887879 Mon Sep 17 00:00:00 2001 From: mkazhdan Date: Fri, 19 Jul 2019 00:29:12 -0400 Subject: [PATCH] no message --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f31b85b..041c40e 100644 --- a/README.md +++ b/README.md @@ -342,7 +342,7 @@ individual components of the surface reconstructor.
PointInterpolant: -Fits a function to a set of sample values (and gradients) +Fits a function to a set of sample values (and gradients) by finding the coefficients of the function that minimize an energy composed of an interpolation term and Laplacian and bi-Laplacian smoothness terms
--in <input sample positions and values>
@@ -999,6 +999,12 @@ Similarly, to reduce compilation times, support for specific degrees can be remo
  • Added error handling for numerical imprecision issues arrising when too many samples fall into a leaf node. +Version 12.00: +
      +
    1. Added functionality enabling AdaptiveTreeVisualization to output the values of a function at prescribed sample positions. +
    2. Added the implementation of PointInterpolant that fits a function to a discrete set of sample values. +
    +