clMathLibraries / clSPARSE

a software library containing Sparse functions written in OpenCL
Apache License 2.0
173 stars 61 forks source link

Example Interface with Eigen SparseMatrix #219

Open skn123 opened 3 years ago

skn123 commented 3 years ago

Can we have a small example that lists the method of interfacing an Eigen sparse matrix object with a clSparseCSRMatrix ? The closest I could find was an interface with uBlas dense to clSparse matrix.