NFFT / nfft

The official NFFT library repository
https://tu-chemnitz.de/~potts/nfft/
GNU General Public License v2.0
174 stars 45 forks source link

Installation of NFFT for Octave/Linux #139

Closed fedor-goncharov closed 5 months ago

fedor-goncharov commented 5 months ago

Hello, I am sorry to ask a stupid question, maybe, but I struggle to understand how can I install NFFT on Octave under Linux (I need functions like nfft_adjoint).

In fact, I've downloaded source code and built it with ./configure set for octave path. However, I after the compilation and 'make install' I have no idea how I could use your library from Octave. There is an 'nfftmex.mex' file is built after compilation but I don't see if I can import it in Octave.

P. S. I have tried to download test C code from the official website, compile it and run it and it works perfectly.

fedor-goncharov commented 5 months ago

Sorry, I just realized that I need to set path to nfft folder and everything works. I close the issue 10 seconds after opening it :)