Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 446 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 446 Bytes

G24Lib

A collection of utilities written in C++17 for computational physics, or high(ish) performance computing in general.

See the documentation for information on the provided classes and functions.

#Using G24Lib

Simply drop the g24_lib.h and the g24_lib folder in a location where the compiler knows where to look for headers, #include "g24_lib.h" and start using the library!