numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
A collection of algorithms in numerical analysis implemented in C++.
This library can be used via vcpkg using following configurations:
Add a vcpkg registry https://gitlab.com/MusicScience37Projects/vcpkg-registry
in vcpkg-configuration.json
.
Example:
Add numerical-collection-cpp
in vcpkg.json
Example:
A development environment including dependencies can be created using Devcontainer of VSCode.
To build this repository, you will require following dependencies:
poetry install
on this directory.poetry run pre-commit install
on this directory if you develop this library.Additionally, you will require following dependencies to build documentation.
PLANTUML_JAR_PATH
environment variable to specify the place of plantuml.jar
file.After installation of dependencies, execute the following commands to build:
Start a shell of poetry.
Download vcpkg if you haven't already.
On Windows:
On Linux:
bash ./vcpkg/bootstrap-vcpkg.sh
Configure.
Optionally edit options.
Build.
Optionally run tests.
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.