Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 301 Bytes

File metadata and controls

10 lines (6 loc) · 301 Bytes

sparse_histo

To test sparse histogram implementations done in various languages.

  • cpp/inlib: C++ inlib implementation. G.Barrand (June 2014).

  • cpp/boost: C++ test of sparse matrix done with boost. G.Barrand (June 2014).

  • go: a Go based implementation. S.Binet (June 2014).