add go-hep

This commit is contained in:
Simon Waldherr 2022-10-05 01:58:20 +02:00 committed by GitHub
parent 39bdebf93f
commit 20ea87a686
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2037,6 +2037,7 @@ _Libraries for scientific computing and data analyzing._
- [go-dsp](https://github.com/mjibson/go-dsp) - Digital Signal Processing for Go. - [go-dsp](https://github.com/mjibson/go-dsp) - Digital Signal Processing for Go.
- [go-estimate](https://github.com/milosgajdos/go-estimate) - State estimation and filtering algorithms in Go. - [go-estimate](https://github.com/milosgajdos/go-estimate) - State estimation and filtering algorithms in Go.
- [go-gt](https://github.com/ThePaw/go-gt) - Graph theory algorithms written in "Go" language. - [go-gt](https://github.com/ThePaw/go-gt) - Graph theory algorithms written in "Go" language.
- [go-hep](https://github.com/go-hep/hep) - hep is a set of libraries and tools to perform High Energy Physics analyses with ease and Go.
- [godesim](https://github.com/soypat/godesim) - Extended/multivariable ODE solver framework for event-based simulations with simple API. - [godesim](https://github.com/soypat/godesim) - Extended/multivariable ODE solver framework for event-based simulations with simple API.
- [goent](https://github.com/kzahedi/goent) - GO Implementation of Entropy Measures. - [goent](https://github.com/kzahedi/goent) - GO Implementation of Entropy Measures.
- [gohistogram](https://github.com/VividCortex/gohistogram) - Approximate histograms for data streams. - [gohistogram](https://github.com/VividCortex/gohistogram) - Approximate histograms for data streams.