Cerc is a C++ class that provides access to some statistics functions from the GNU Scientific Library (GSL).
| Tags | Scientific/Engineering Mathematics |
|---|---|
| Licenses | GPL |
| Implementation | C++ |
Recent releases


Changes: This version adds a non-bounds checked index function to complement the bounds checked index function to mimic STL containers (it provides both at(index) and [index]).


Changes: The code is feature complete for int and double, with more to come.