A collection of algorithms in numerical analysis implemented in C++.
Following compilers are tested in CI:
- GCC 12
- GCC 13
- Clang 19
- Clang 20
- Clang 21
- Visual Studio 2022
See Installation.
Documentation built in CI:
| Version | Documentation | Full API Reference (Doxygen) |
|---|---|---|
| main branch | Documentation | API Reference |
| v0.12.0 | Documentation | API Reference |
| v0.11.0 | Documentation | API Reference |
- Main in GitLab: https://gitlab.com/MusicScience37Projects/numerical-analysis/numerical-collection-cpp
- Mirror in GitHub: https://github.com/MusicScience37/numerical-collection-cpp
This project uses gperftools for profiling. See documentation of profiler in gperftools for usage of the profiler.
This project is licensed under Apache License, Version 2.0.