We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d5af1 commit d680dc7Copy full SHA for d680dc7
1 file changed
Numerics/Data/Interpolation/Bilinear.cs
@@ -28,6 +28,7 @@
28
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29
*/
30
31
+
32
using Numerics.Distributions;
33
using System;
34
using System.Linq;
@@ -56,6 +57,7 @@ namespace Numerics.Data
56
57
/// <see href="https://en.wikipedia.org/wiki/Bilinear_interpolation"/>
58
/// </para>
59
/// </remarks>
60
61
[Serializable]
62
public class Bilinear
63
{
0 commit comments