https://github.com/jcuda/jcuda-vec
Vector operations for JCuda
https://github.com/jcuda/jcuda-vec
Last synced: 9 months ago
JSON representation
Vector operations for JCuda
- Host: GitHub
- URL: https://github.com/jcuda/jcuda-vec
- Owner: jcuda
- License: mit
- Created: 2015-10-06T20:42:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T22:41:24.000Z (almost 8 years ago)
- Last Synced: 2025-03-24T17:55:19.867Z (10 months ago)
- Language: Java
- Size: 309 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jcuda-vec
Vector operations for JCuda
This library offers utility methods for performing vector operations with
single- or double precision floating point, using [JCuda](http://www.jcuda.org).
The [SampleVecDouble](https://github.com/jcuda/jcuda-vec/blob/master/JCudaVec/src/test/java/jcuda/vec/SampleVecDouble.java)
and [SampleVecFloat](https://github.com/jcuda/jcuda-vec/blob/master/JCudaVec/src/test/java/jcuda/vec/SampleVecFloat.java)
classes show the basic usage of this library.