| License |
License |
|---|---|
| GroupId | GroupIdcom.github.hageldave.ezfftw |
| ArtifactId | ArtifactIdezfftw |
| Version | Version0.1.2 |
| Type | Typejar |
| Description |
DescriptionezFFTW
The ezFFTW artifact provides methods for executing Fast Fourier Transforms.
It wraps parts of the FFTW javacpp preset by bytedeco, which provides
native bindings to the FFTW library.
The purpose of this artifact is to provide an easy to use interface
for executing FFTs.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ezfftw-0.1.2.pom | |
| ezfftw-0.1.2.jar | 46 KB |
| ezfftw-0.1.2-sources.jar | 43 KB |
| ezfftw-0.1.2-javadoc.jar | 197 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.hageldave.ezfftw/ezfftw/ -->
<dependency>
<groupId>com.github.hageldave.ezfftw</groupId>
<artifactId>ezfftw</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hageldave.ezfftw/ezfftw/
implementation 'com.github.hageldave.ezfftw:ezfftw:0.1.2'
// https://jarcasting.com/artifacts/com.github.hageldave.ezfftw/ezfftw/
implementation ("com.github.hageldave.ezfftw:ezfftw:0.1.2")
'com.github.hageldave.ezfftw:ezfftw:jar:0.1.2'
<dependency org="com.github.hageldave.ezfftw" name="ezfftw" rev="0.1.2">
<artifact name="ezfftw" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hageldave.ezfftw', module='ezfftw', version='0.1.2')
)
libraryDependencies += "com.github.hageldave.ezfftw" % "ezfftw" % "0.1.2"
[com.github.hageldave.ezfftw/ezfftw "0.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.bytedeco.javacpp-presets : fftw-platform | jar | 3.3.7-1.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |