You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: