awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to orange-cpp/omath

Open-source alternatives to Omath

30 open-source projects similar to orange-cpp/omath, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Omath alternative.

  • ashvardanian/numkongالصورة الرمزية لـ ashvardanian

    ashvardanian/NumKong

    1,829عرض على GitHub↗

    SIMD-accelerated distances, dot products, matrix ops, geospatial & geometric kernels for 16 numeric types — from 6-bit floats to 64-bit complex — across x86, Arm, RISC-V, and WASM, with bindings for Python, Rust, C, C++, Swift, JS, and Go 📐

    C
    عرض على GitHub↗1,829
  • auburns/fastnoisesimdالصورة الرمزية لـ Auburns

    Auburns/FastNoiseSIMD

    633عرض على GitHub↗

    C++ SIMD Noise Library

    C++
    عرض على GitHub↗633
  • auto-differentiation/xadالصورة الرمزية لـ auto-differentiation

    auto-differentiation/xad

    421عرض على GitHub↗

    Fast, easy automatic differentiation in C++

    C++aadalgorithmic-differentiationauto-differentiation
    عرض على GitHub↗421
  • autodiff/autodiffالصورة الرمزية لـ autodiff

    autodiff/autodiff

    1,933عرض على GitHub↗

    automatic differentiation made easier for C++

    C++auto-differentiationautodiffautodifferentiation
    عرض على GitHub↗1,933
  • b-k/apopheniaالصورة الرمزية لـ b-k

    b-k/apophenia

    207عرض على GitHub↗

    A C library for statistical and scientific computing

    C
    عرض على GitHub↗207

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
boostorg/multiprecisionالصورة الرمزية لـ boostorg

boostorg/multiprecision

257عرض على GitHub↗

Boost.Multiprecision

C++
عرض على GitHub↗257
  • brunolevy/geogramالصورة الرمزية لـ BrunoLevy

    BrunoLevy/geogram

    2,444عرض على GitHub↗

    a programming library with geometric algorithms

    C++
    عرض على GitHub↗2,444
  • certivox/miraclالصورة الرمزية لـ CertiVox

    CertiVox/MIRACL

    698عرض على GitHub↗

    MIRACL Cryptographic SDK: Multiprecision Integer and Rational Arithmetic Cryptographic Library is a C software library that is widely regarded by developers as the gold standard open source SDK for elliptic curve cryptography (ECC).

    C
    عرض على GitHub↗698
  • cgal/cgalالصورة الرمزية لـ CGAL

    CGAL/cgal

    5,757عرض على GitHub↗

    CGAL is a software library that provides a comprehensive collection of computational geometry algorithms and data structures. It is built around a geometry kernel that defines fundamental geometric primitives and operations, enabling the construction of complex geometric objects and the computation of geometric predicates with exact arithmetic for reliable results. The library covers a wide range of geometric computation capabilities, including the construction of convex hulls, triangulations of point sets, and the generation of Voronoi diagrams. It also supports the processing of polygonal m

    C++algorithmsarrangeboolean-operations
    عرض على GitHub↗5,757
  • chmike/fpsqrtالصورة الرمزية لـ chmike

    chmike/fpsqrt

    97عرض على GitHub↗

    Integer and fixed point square root functions using only add, subtract and shifts

    C
    عرض على GitHub↗97
  • ckormanyos/wide-integerالصورة الرمزية لـ ckormanyos

    ckormanyos/wide-integer

    220عرض على GitHub↗

    Wide-Integer implements a generic C++ template for uint128t, uint256t, uint512t, uint1024t, etc.

    C++
    عرض على GitHub↗220
  • codeplea/tinyexprالصورة الرمزية لـ codeplea

    codeplea/tinyexpr

    1,895عرض على GitHub↗

    tiny recursive descent expression parser, compiler, and evaluation engine for math expressions

    C
    عرض على GitHub↗1,895
  • datenwolf/linmath.hالصورة الرمزية لـ datenwolf

    datenwolf/linmath.h

    1,047عرض على GitHub↗

    a lean linear math library, aimed at graphics programming. Supports vec3, vec4, mat4x4 and quaternions

    C
    عرض على GitHub↗1,047
  • demianmnave/cmlالصورة الرمزية لـ demianmnave

    demianmnave/CML

    84عرض على GitHub↗

    The Configurable Math Library

    C++cplusplus-11cplusplus-14cplusplus-17
    عرض على GitHub↗84
  • dmitribogdanov/utlالصورة الرمزية لـ DmitriBogdanov

    DmitriBogdanov/UTL

    335عرض على GitHub↗

    Collection of self-contained header-only libraries for C++17

    C++
    عرض على GitHub↗335
  • dpilger26/numcppالصورة الرمزية لـ dpilger26

    dpilger26/NumCpp

    3,963عرض على GitHub↗

    NumCpp is a C++ framework and numerical computing library that provides a toolkit for multi-dimensional array management and mathematical routines. It functions as a C++ implementation of the NumPy ecosystem, offering a scientific computing framework for managing tensors and performing complex algebraic equations. The project enables high-performance array manipulation within a C++ environment without relying on a Python runtime. It distinguishes itself by providing a NumPy-like interface for executing linear algebra, managing multi-dimensional data structures, and performing numerical proces

    C++
    عرض على GitHub↗3,963
  • g-truc/glmالصورة الرمزية لـ g-truc

    g-truc/glm

    10,710عرض على GitHub↗

    This project is a header-only C++ library designed for graphics mathematics, providing a comprehensive suite of vector, matrix, and quaternion types. It is built using template metaprogramming to generate mathematical primitives at compile time, eliminating the need for precompiled binary libraries and allowing for direct integration into existing build systems. The library is distinguished by its strict adherence to the OpenGL Shading Language specification, ensuring that mathematical results remain consistent across both CPU and GPU code. It provides specialized utilities for managing float

    C++cppcpp-libraryglm
    عرض على GitHub↗10,710
  • gistrec/geo-utils-cppالصورة الرمزية لـ gistrec

    gistrec/geo-utils-cpp

    69عرض على GitHub↗

    Tiny header-only C++17 library for lat/lng geometry: distance, bearing, area, point-in-polygon and path proximity

    C++
    عرض على GitHub↗69
  • imakris/mexceالصورة الرمزية لـ imakris

    imakris/mexce

    5عرض على GitHub↗

    Single-header C++ JIT compiler/evaluator for mathematical expressions

    C++
    عرض على GitHub↗5
  • jeremyong/kleinالصورة الرمزية لـ jeremyong

    jeremyong/klein

    802عرض على GitHub↗

    P(R*_{3, 0, 1}) specialized SIMD Geometric Algebra Library

    C++
    عرض على GitHub↗802
  • jhumphry/lalgالصورة الرمزية لـ jhumphry

    jhumphry/LALG

    5عرض على GitHub↗

    This is an Ada 2012 package that provides an interface to dense linear algebra packages. Initially the focus is on BLAS, which has been covered except for routines working on banded matrices.

    Ada
    عرض على GitHub↗5
  • johnmcfarlane/cnlالصورة الرمزية لـ johnmcfarlane

    johnmcfarlane/cnl

    691عرض على GitHub↗

    A Compositional Numeric Library for C++

    C++arithmeticcmakecpp
    عرض على GitHub↗691
  • kthohr/statsالصورة الرمزية لـ kthohr

    kthohr/stats

    559عرض على GitHub↗

    A C++ header-only library of statistical distribution functions.

    C++
    عرض على GitHub↗559
  • lballabio/quantlibالصورة الرمزية لـ lballabio

    lballabio/QuantLib

    6,786عرض على GitHub↗

    QuantLib is a quantitative finance library and analysis engine built in C++ for executing complex financial calculations and simulations. It serves as a framework for quantitative finance modeling and trading risk management, providing the tools necessary to calculate fair values and risk metrics for diverse financial assets. The project focuses on financial instrument modeling and the evaluation of potential losses and exposure levels to inform portfolio management decisions. It provides a system for modeling financial instruments and managing trading risk through quantitative mathematical m

    C++quantitative-finance
    عرض على GitHub↗6,786
  • lemire/fastmodالصورة الرمزية لـ lemire

    lemire/fastmod

    349عرض على GitHub↗

    A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.

    C++
    عرض على GitHub↗349
  • libtom/libtommathالصورة الرمزية لـ libtom

    libtom/libtommath

    792عرض على GitHub↗

    LibTomMath is a free open source portable number theoretic multiple-precision integer library written entirely in C.

    C
    عرض على GitHub↗792
  • mapbox/wagyuالصورة الرمزية لـ mapbox

    mapbox/wagyu

    193عرض على GitHub↗

    A general library for geometry operations of union, intersections, difference, and xor

    C++
    عرض على GitHub↗193
  • microsoft/directxmathالصورة الرمزية لـ microsoft

    microsoft/DirectXMath

    1,779عرض على GitHub↗

    DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps

    C++arm-neonarm64avx
    عرض على GitHub↗1,779
  • mosteo/hungarianالصورة الرمزية لـ mosteo

    mosteo/hungarian

    2عرض على GitHub↗

    Ada wrapper for the fast Stachniss' Hungarian solver

    Ada
    عرض على GitHub↗2
  • nvidia/matxالصورة الرمزية لـ NVIDIA

    NVIDIA/MatX

    1,431عرض على GitHub↗

    An efficient C++20 GPU numerical computing library with Python-like syntax

    C++
    عرض على GitHub↗1,431