https://github.com/aandreba/jml
Java Library for mathematical computation
https://github.com/aandreba/jml
Last synced: 8 months ago
JSON representation
Java Library for mathematical computation
- Host: GitHub
- URL: https://github.com/aandreba/jml
- Owner: Aandreba
- Created: 2021-05-15T10:27:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-13T13:36:00.000Z (almost 5 years ago)
- Last Synced: 2025-06-16T03:41:55.338Z (12 months ago)
- Language: Java
- Homepage:
- Size: 10.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java Math Library (JML)
Java Library for mathematical computation
## Features
- Complex numbers and Quaternions (Both single & double precision)
- Native-level float math functions
- BigDecimal math functions
- Vectors and Matrices
- Single, double & big precision
- Real and Complex
- On CPU, OpenCL & CUDA
- References for 1D & 2D float, double arrays
- Real & Complex function interfaces, with integrals & derivatives
## Included libraries
- JOCL
- JOCLBlast
- jcuda
- jcublas
## Installation
Installation is as simple as importing the following release into your IDE of choice