Skip to content

3.4.0

Compare
Choose a tag to compare
@jenskeiner jenskeiner released this 21 Oct 20:53
· 432 commits to develop since this release
Changes in NFFT 3.4.0
Bugfixes
  • #30 default value to TICKS_PER_SECOND when cross-compiling
  • #32 fix configure/compile problem when using Intel MKL
  • #34, #36 call direct (slow) versions for small parameter choices
  • #59 replace %td in format strings with macro __D__ for Windows compatibility
Enhancements
  • added mex interface for NFCT and NFST
  • added mex interface for NFSOFT
  • added mex interface for fastsum
  • added iNFFT based on fastsum
  • #31 dynamic maximal number of plan for mex interfaces
  • #35 adding method for determining window function
  • #28, #49 determine machine epsilon in configure script
  • #57 prevent internal compiler error in GCC7 when compiling fastsum
  • #58 use more efficient method to find log base 2 of an integer