/cpp-library

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

Primary LanguageC++MIT LicenseMIT

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