const-ae / sparseMatrixStats

Implementation of the matrixStats API for sparse matrices
Other
54 stars 3 forks source link

Avoid C++14 features #19

Closed const-ae closed 3 years ago

const-ae commented 3 years ago

Rewrite all the generic lambda functions in methods.cpp as Functor classes. This was suggested by Aaron Lun in https://github.com/const-ae/sparseMatrixStats/issues/18#issuecomment-796877576

The hope is that this should get rid of all the installation problems that people seem to encounter regularly.