Skip to content

Conversation

nHackel
Copy link
Member

@nHackel nHackel commented Sep 1, 2025

This PR uses the exchangable AbstractNFFTs PR to allow the NFFTOperator to be defined with different NFFT providers such as NonuniformFFTs:

julia> using NonuniformFFTs, LinearOperatorCollection

# setup parameters

julia> nop = NFFTOp(ComplexF64; shape=(N,N), nodes, symmetrize=false, S = typeof(xop))

julia> typeof(nop.plan)
NonuniformFFTs.NFFTPlan{Float64, 2, PlanNUFFT{ComplexF64, 2, 1, 3, CPU, ...})

@nHackel
Copy link
Member Author

nHackel commented Sep 2, 2025

This also introduces a breaking change since it drops the TENSOR precompute flag

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant