JuliaMath / JuliaMath/FFTW.jl

`plan.pinv` undefined reference

Open
#107 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
300
Forks
61
PR merge metrics
No merged PRs in 30d

Description

Feel free to close this if this is expected/tolerated. I just happened across this error when trying to serialize an object that contained an FFTPlan, and the serializer (BSON) trips the `undefined reference` error. It'd be nice if it didn't error out, but I also understand it's a weird case.

```
using FFTW

plan = plan_fft(rand(20,20))
plan.pinv

ERROR: UndefRefError: access to undefined reference
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with the Julia reproduction using plan_fft(rand(20,20)) and accessing plan.pinv, then serialize an object containing the FFTPlan with BSON. Trace the undefined reference and determine whether serialization should tolerate it; done means the reported serialization path no longer raises UndefRefError, with the expected behavior documented or tested.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.