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
@@ -439,7 +441,6 @@ libnumerixpp is an Open Source project, and it only survives due to your feedbac
439
441
Project releases are available at [this link](https://github.com/alexeev-prog/libnumerixpp/releases).
440
442
441
443
## Requirements 📋
442
-
443
444
To use libnumerixpp, you will need the following:
444
445
445
446
- A C++17 compatible compiler (e.g., GCC 8+, Clang 8+, or MSVC 2019+)
@@ -458,14 +459,12 @@ Check other our projects:
458
459
We welcome contributions from the community! If you would like to contribute to the libnumerixpp project, please read our [contribution guidelines](CONTRIBUTING.md) and submit a pull request.
459
460
460
461
## Get Help 🆘
461
-
462
462
If you encounter any issues or have questions about using libnumerixpp, you can:
463
463
464
464
- 🐞 Open an issue on the [GitHub repository](https://github.com/alexeev-prog/libnumerixpp/issues)
The libnumerixpp team is continuously working on expanding the library's capabilities and improving its overall performance and usability. Some of our future plans include:
470
469
471
470
- 🧠 Implementing more advanced mathematical and physical computations, such as differential equations, linear algebra, and fluid dynamics
@@ -475,7 +474,6 @@ The libnumerixpp team is continuously working on expanding the library's capabil
475
474
Stay tuned for more updates! 🚀
476
475
477
476
## Testing 🧪
478
-
479
477
libnumerixpp uses the Catch2 testing framework to ensure the quality and reliability of the provided functionalities. The unit tests are located in the tests directory of the repository.
480
478
481
479
To run the tests, you can execute the following command from the project's root directory:
0 commit comments