Syncleus / aparapi

The New Official Aparapi: a framework for executing native Java and Scala code on the GPU.
http://aparapi.com
Apache License 2.0
465 stars 59 forks source link

Sparse Matrix #163

Open winsway opened 3 years ago

winsway commented 3 years ago

The projection how to deal the sparse matrix. Because sparse matrix usually need to be solved parallel on CPU or GPU. Such as Gaussian iteration.