Numerics is a free and open-source library for .NET developed by USACE-RMC, providing a comprehensive set of methods and algorithms for numerical computations and statistical analysis.
Other
21
stars
2
forks
source link
Test_Interpolation - Duplicates of Test_Linear and Test_Bilinear #37
Inside Test_Interpolation there's a bunch of tests for Linear and Bilinear interpolation. Almost all of these test (any after line 86) are also in the Test_Linear and Test_Bilinear. Here they are written slightly differently, so I'm not sure if they're testing something else or truly are duplicates.
Inside Test_Interpolation there's a bunch of tests for Linear and Bilinear interpolation. Almost all of these test (any after line 86) are also in the Test_Linear and Test_Bilinear. Here they are written slightly differently, so I'm not sure if they're testing something else or truly are duplicates.