uestla / Sparse-Matrix

C++ implementation of sparse matrix using CRS (Compressed Row Storage) format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Google's C++ style guide?

uestla opened this issue · comments

@see https://google.github.io/styleguide/cppguide.html

Maybe just review the code according to those recommendations

Code seems OK with those guidelines. Closing.