C++ Maths

Open-source C++ projects categorized as Maths

Top 6 C++ Math Projects

  • fpm

    C++ header-only fixed-point math library (by MikeLankamp)

    Project mention: Try This Brand New Analog Computer | news.ycombinator.com | 2023-12-30

    > more like a floating point ... or more like a fixed-point ... ?

    It really depends on what kind of analog hardware you use. Not exactly like either. You would different causes for error: Thermal, inherent indeterminism of interactions, decay/drift of value over time, boundary breaches with values near extrema, etc.

    > IMO it is surprising fixed-point values don’t come up more often

    The C++ standard committee has seen a paper on adding those to the language, as a library feature: https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2019/p00...

    There's a kind-of-popular fixed-point-math library for the language:

    https://github.com/MikeLankamp/fpm

    and I'm sure they have received some attention in other languages.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • NeuralNetworks

    A resource-conscious neural network implementation for MCUs (by GiorgosXou)

    Project mention: Is there anything like Embedded Artificial Intelligence & Machine Learning? Can anyone tell me more about it? | /r/embedded | 2023-12-07

    Here's a resource-efficient Neural-Network library that I made1 specifically for MCUs, which I think you will find pretty interesting. Here's a simple xor-circuit NN example and here's a more advanced NN that predicts handwritten digits2 on an arduino UNO. Those combined with this research, I believe that will answer many of your questions and get you started.

  • Forscape

    Scientific computing language

    Project mention: Forscape – A Language and Editor for Scientific Computation | news.ycombinator.com | 2024-10-15
  • HLML

    Auto-generated maths library for C and C++ based on HLSL/Cg

  • theoretica

    A C++ math library for scientific computing with a simple and elegant interface.

    Project mention: Improving Documentation in Theoretica | dev.to | 2024-11-11

    In my latest contribution to the open-source library Theoretica, I tackled Issue #81 focused on refining and enhancing the inline documentation for two central components: mat (the matrix class) and vec (the vector class). This issue was raised to improve the readability and usability of these classes, which are essential in mathematical computations and commonly used across various areas in the library. Proper documentation is key to making complex code accessible to other developers and contributors.

  • tomorrow

    A small graphical calculator project. (by akiss-xyz)

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C++ Maths discussion

Log in or Post with

C++ Maths related posts

Index

What are some of the best open-source Math projects in C++? This list will help you:

Project Stars
1 fpm 675
2 NeuralNetworks 74
3 Forscape 57
4 HLML 24
5 theoretica 22
6 tomorrow 10

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you konow that C++ is
the 6th most popular programming language
based on number of metions?