Skip to content

V 0.1.2

Latest
Compare
Choose a tag to compare
@hageldave hageldave released this 22 Aug 23:10
· 4 commits to master since this release

Release of version 0.1.2

Coverage Status

Maven Dependency:

<dependency>
	<groupId>com.github.hageldave.ezfftw</groupId>
	<artifactId>ezfftw</artifactId>
	<version>0.1.2</version>
</dependency>

Changes:

  • FFT and FFTW_GURU class methods are now thread safe (i.e. can be called concurrently without segfaulting). The planning methods of FFTW needed to be synchronized.