Module kmath-jafama
Integration with Jafama.
- jafama-double : Double ExtendedField implementations based on Jafama
Artifact:
The Maven coordinates of this project are space.kscience:kmath-jafama:0.4.0-dev-1
.
Gradle Groovy:
Example usage
All the DoubleField
uses can be replaced with JafamaDoubleField
or StrictJafamaDoubleField
.
Performance
According to KMath benchmarks on GraalVM, Jafama functions are slower than JDK math; however, there are indications that on Hotspot Jafama is a bit faster.
Can't find appropriate benchmark data. Try generating readme files after running benchmarks.