https://github.com/tknopp/NFFT.jl
Raw File
Tip revision: 6045e7b279e4ac9a44852f2237975ad3101feec9 authored by Tobias Knopp on 29 January 2022, 15:38:23 UTC
docs and release
Tip revision: 6045e7b
runtests.jl
using Test
using NFFT
using Random
using LinearAlgebra
using FFTW
#using CuNFFT
using NFFTTools

Random.seed!(123)


include("wrappers.jl")
include("constructors.jl")
include("performance.jl")
include("accuracy.jl")
include("testToeplitz.jl")
include("samplingDensity.jl")
back to top