Skip to content

Utility classes for dense and sparse matrices in JCuda

License

Notifications You must be signed in to change notification settings

jcuda/jcuda-matrix-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

jcuda-matrix-utils

Utility classes for dense and sparse matrices in JCuda.

NOTE:

These classes should not be considered to be a stable, general matrix library. Originally, these classes had been created for one of the JCuda samples, namely the example implementation of a CG solver based on JCublas and JCusparse.

The goal of these classes was to ease the conversion between dense and sparse matrices (in CSR format) and for handling the conversion between matrices in host-and device memory.

The samples package contains basic examples showing the implementation of CG solvers, and how to perform a DGEMM operation with sparse matrices using JCusparse.

About

Utility classes for dense and sparse matrices in JCuda

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages