Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 631 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 631 Bytes

cpp-library

Several code snippets and mini-projects that don't have their own repository yet.

  • autodiff.h : automatic differentiation using std::valarray

  • csv-parser.h : fast and convenient parser for the CSV format

  • cudatools.h : helpers and convenience functions for CUDA

  • misc.h : miscellaneous helpers from various sources

  • mmappedfile.h : simple class to handle files using mmap

  • netcdftools.h : netcdf headers and convenience functions

  • progressbar.h : progressbar on terminals (inspired by wget and tqdm)

  • zip-wrapper.h : convenient wrapper for libzip