sisl / GridInterpolations.jl

Multidimensional grid interpolation in arbitrary dimensions
Other
52 stars 12 forks source link

NearestGrid #7

Open mykelk opened 8 years ago

mykelk commented 8 years ago

It would be nice to have something like this:

type NearestGrid <: AbstractGrid

It just does nearest neighbor interpolation. It should be pretty simple to implement.

Shushman commented 6 years ago

Someday I will link this to https://github.com/sisl/LocalFunctionApproximation.jl