An open API service indexing awesome lists of open source software.

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

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.