I found the problem. This is again due to saving the image.
It seems that LOAD-BLAS-&-LAPACK-BINARIES forgets
to reload the dfftpack.sparcf file. For the moment, you
can remedy the problem by:
(load "matlisp:bin;dfftpack.sparcf")
I'll have this fixed by the next release.
Thanks,
Tunc
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Tnx...This works great. (Note: I changed dfftpack.sparcf to dfftpack.x86f for my work).
Off this subject...for the next release how about making STORE external. I've been having to use "M::STORE SOME-MATRIX"...somewhat against general guidelines.
tnx
mike
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have never used FFT that I haven't received the response:
Error in function UNIX::SIGSEGV-HANDLER: Segmentation Violation at ...
This is true for both complex and real matrix types. Any ideas?
tnx
mike
I found the problem. This is again due to saving the image.
It seems that LOAD-BLAS-&-LAPACK-BINARIES forgets
to reload the dfftpack.sparcf file. For the moment, you
can remedy the problem by:
(load "matlisp:bin;dfftpack.sparcf")
I'll have this fixed by the next release.
Thanks,
Tunc
Tnx...This works great. (Note: I changed dfftpack.sparcf to dfftpack.x86f for my work).
Off this subject...for the next release how about making STORE external. I've been having to use "M::STORE SOME-MATRIX"...somewhat against general guidelines.
tnx
mike