Open
Description
Description
Replace the uses of Eigen::SparseMatrix
(e.g., in CSR multiply) with more efficient custom code. As an example, @blackwer wrote faster code than Eigen for a project we did here on kmers for biome models (https://github.com/bob-carpenter/kmers) and I'm guessing it should be easy to use that code.
Current Version:
v4.8.1