You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update entry for morphologica (now mathplot) (#1705)
* Update entry for morphologica (now mathplot)
In July, morphologica was renamed to mathplot to better describe the
reason for the library's existence.
I quick look at
https://github.com/ABRG-Models/morphologica/
will confirm that morphologica has been archived and development moved to
https://github.com/sebsjames/mathplot
* Adds entry for sebsjames/maths
I'm submitting the maths library that is used in mathplot. The library
is mature and continuously developed. It began life as part of
[morphologica](https://github.com/ABRG-Models/morphologica) and was
split out into its own repository when morphologica was renamed to
[mathplot](https://github.com/sebsjames/mathplot)
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -473,7 +473,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
473
473
474
474
*[gplot++](https://github.com/ziotom78/gplotpp) - Cross-platform header-only C++ plotting library that interfaces with Gnuplot. [MIT]
475
475
*[matplotplusplus](https://github.com/alandefreitas/matplotplusplus) - C++ Graphics Library for Data Visualization. [MIT][website](https://alandefreitas.github.io/matplotplusplus/)
476
-
*[morphologica](https://github.com/ABRG-Models/morphologica) - C++ header-only graphing and data visualization with modern OpenGL. [Apache-2.0][website](https://abrg-models.github.io/morphologica/)
476
+
*[mathplot](https://github.com/sebsjames/mathplot) - C++ header-only graphing and data visualization with modern OpenGL. [Apache-2.0][website](https://sebsjames.github.io/mathplot/)
477
477
478
478
## Debug
479
479
*Debugging Libraries, Memory Leak and Resource Leak Detection, Unit Testing*
@@ -858,6 +858,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
858
858
*[OpenBLAS](https://github.com/xianyi/OpenBLAS) - An optimized BLAS library based on GotoBLAS2 1.13 BSD version. [BSD 3-clause][website](http://www.openblas.net/)
859
859
*[PCG-rand](https://www.pcg-random.org/) - PCG is a family of simple fast space-efficient statistically good algorithms for random number generation. Unlike many general-purpose RNGs, they are also hard to predict. [Apache]
860
860
*[QuantLib](https://github.com/lballabio/quantlib) - A free/open-source library for quantitative finance. [Modified BSD][website](http://quantlib.org/)
861
+
*[sebsjames/maths](https://github.com/sebsjames/maths) - A templated C++20 math library which emphasizes convenience and pleasure for the client programmer (used in [mathplot](https://github.com/sebsjames/mathplot)). [Apache2][website](https://sebsjames.github.io/maths/)
861
862
*[SimSIMD](https://github.com/ashvardanian/SimSIMD) - Vector distance functions for x86 AVX2, AVX-512, Arm NEON, and SVE. [Apache2]
862
863
*[StatsLib](https://github.com/kthohr/stats) - A C++ header-only library of statistical distribution functions. [Apache2][website](https://www.kthohr.com/statslib.html)
863
864
*[SymEngine](https://github.com/symengine/symengine) - Fast symbolic manipulation library, a rewriting of SymPy's core in C++. [MIT]
0 commit comments