Skip to content

Fast sparse multiplication for EJML RowD1Matrix64F matrices.

Notifications You must be signed in to change notification settings

jeffhain/ejml_mult_sparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

################################################################################
Current dependencies:
- src/main and src/test:
  - Java 5+, but EJML class files are 1.6
  - EJML-core-0.29.jar (https://github.com/lessthanoptimal/ejml)
  - EJML-dense64-0.29.jar
################################################################################
EJML mult sparse, 1.0, 2016/01/28

Provides a fast multiplication for sparse (i.e. with mostly zeros)
RowD1Matrix64F matrices, which are "dense" in that they are backed by a dense
array, but can still greatly benefit from sparsity related algorithms.

################################################################################

About

Fast sparse multiplication for EJML RowD1Matrix64F matrices.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages