awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

Awesome GitHub RepositoriesMulti-Dimensional Integration

Performs numerical integration over one or two dimensions using weighted nodes.

Distinct from Multi-Dimensional Analysis: Focuses on spatial/mathematical multi-dimensional integration rather than temporal system evolution (engines) or SQL OLAP analysis.

Explore 3 awesome GitHub repositories matching scientific & mathematical computing · Multi-Dimensional Integration. Refine with filters or upvote what's useful.

Awesome Multi-Dimensional Integration GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • arrayfire/arrayfireAvatar von arrayfire

    arrayfire/arrayfire

    4,888Auf GitHub ansehen↗

    ArrayFire ist ein hardware-agnostisches Compute-Framework und eine JIT-kompilierte Tensor-Engine für numerische Hochleistungsberechnungen. Es dient als GPU-Bibliothek für numerische Berechnungen und Toolkit für parallele Signalverarbeitung, das Hardware-Backends abstrahiert und es ermöglicht, denselben Code auf verschiedenen GPU-Architekturen und CPUs auszuführen. Das Projekt zeichnet sich durch eine JIT-Engine aus, die Ausdruckskompilierung verwendet, um Operationen zu verschmelzen und den Speicher-Overhead zu minimieren. Es nutzt einen verzögerten Ausführungsgraphen zur Optimierung von Berechnungsketten und bietet Interoperabilitäts-Primitive, um Daten und Ausführungskontexte mit externen Compute-Plattformen wie CUDA und OpenCL zu teilen. Die Bibliothek deckt ein breites Spektrum an Fähigkeiten ab, einschließlich paralleler linearer Algebra, digitaler Signalverarbeitung und beschleunigter Computer Vision. Sie bietet Werkzeuge für die Implementierung von maschinellem Lernen, Simulationen für Finanzmodelle und die Lösung partieller Differentialgleichungen für physikalische Systemsimulationen. Das Tensor-Managementsystem verwaltet die Zuweisung mehrdimensionaler Arrays, Slicing sowie Datentransfers zwischen Host und Gerät.

    Calculates multi-dimensional convolution integrals using separable and non-separable numerical methods.

    C++arrayfirecc-plus-plus
    Auf GitHub ansehen↗4,888
  • mathnet/mathnet-numericsAvatar von mathnet

    mathnet/mathnet-numerics

    3,717Auf GitHub ansehen↗

    This project is a numerical computing library designed for scientific and engineering mathematical operations. It functions as a comprehensive linear algebra framework, a statistical analysis library, and a toolkit for mathematical optimization and numerical integration. The library is distinguished by its provider-based native acceleration, which allows managed code to be swapped for platform-native binary libraries to increase the performance of computationally intensive routines. It also supports a hybrid approach to matrix storage, implementing separate strategies for dense and sparse mat

    Performs integration over one or two dimensions using weighted abscissas and nodes across specified intervals.

    C#csharpdifferentiationfft
    Auf GitHub ansehen↗3,717
  • jwagner/simplex-noise.jsAvatar von jwagner

    jwagner/simplex-noise.js

    1,833Auf GitHub ansehen↗

    Simplex-noise.js is a mathematical noise generator and graphics library implemented in TypeScript. It computes smooth pseudo-random values across two, three, and four dimensions, producing organic patterns and spatial effects without relying on static image assets. The library operates through a stateless mathematical engine that uses precomputed coordinate lookup tables and typed array buffers to manage numeric data. It supports deterministic seed injection, accepting custom pseudo-random number generator functions to initialize permutation tables with reproducible values for repeatable outp

    Generates smooth pseudo-random values across two, three, or four dimensions for simulations and spatial effects.

    TypeScriptdemogfxjavascript
    Auf GitHub ansehen↗1,833
  1. Home
  2. Scientific & Mathematical Computing
  3. Numerical Integration Engines
  4. Multi-Dimensional Integration