
| Current Path : /var/www/web-klick.de/dsh/50_dev2017/1310__algorithms/Julia/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/web-klick.de/dsh/50_dev2017/1310__algorithms/Julia/BlackInterpolation.jl |
module BlackInterpolation
import Base: done, next, start, convert, eltype, getindex, isvalid, ndims, show, size
include("counter.jl")
include("interpolation.jl")
include("utilities.jl")
export
BoundaryCondition,
BCnil,
BCnan,
BCna,
BCreflect,
BCperiodic,
BCnearest,
BCfill,
Counter,
InterpolationGrid,
InterpolationGridCoefs,
#InterpolationIrregular,
InterpolationType,
InterpolationNearest,
InterpolationLinear,
InterpolationQuadratic,
interpolate,
interpolate_invert!,
set_gradient_coordinate,
set_position,
valgrad
end