awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesJavaScript Linear Algebra Libraries

High-performance mathematical libraries for tensor and matrix operations implemented in JavaScript.

Distinct from Linear Algebra Routines: The candidates focus on general linear algebra or specific sparse routines; this targets the JS ecosystem specifically.

Explore 3 awesome GitHub repositories matching scientific & mathematical computing · JavaScript Linear Algebra Libraries. Refine with filters or upvote what's useful.

Awesome JavaScript Linear Algebra Libraries GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • pair-code/deeplearnjsAvatar de PAIR-code

    PAIR-code/deeplearnjs

    8,435Ver en GitHub↗

    Deeplearnjs is a JavaScript deep learning framework and automatic differentiation engine designed for building and training artificial intelligence models within a web browser environment. It functions as a machine learning library that leverages WebGL to provide hardware acceleration for neural networks. The project serves as a high-performance linear algebra library, using the GPU to execute operations on multi-dimensional arrays. This enables the implementation of deep learning models and the execution of client-side machine learning inference. The framework covers the complete automatic

    Provides a high-performance toolkit for complex mathematical operations on multi-dimensional arrays within JavaScript.

    TypeScript
    Ver en GitHub↗8,435
  • stdlib-js/stdlibAvatar de stdlib-js

    stdlib-js/stdlib

    5,735Ver en GitHub↗

    Accelerates linear algebra by calling native BLAS libraries with pure JavaScript fallbacks.

    JavaScriptjavascriptjslibrary
    Ver en GitHub↗5,735
  • thi-ng/umbrellaAvatar de thi-ng

    thi-ng/umbrella

    3,818Ver en GitHub↗

    Umbrella is a comprehensive ecosystem of TypeScript-based libraries and a mono-repository designed for UI rendering, mathematical frameworks, WebAssembly bridging, and functional data processing. It provides a suite of tools for managing reactive data streams, binary serialization, and specialized memory management. The project includes a reactive component model for generating HTML, SVG, and Canvas elements from nested data structures, as well as a system for integrating JavaScript and WebAssembly through generated bindings. It features a mathematical framework for linear algebra, tensor ope

    Provides high-performance linear algebra, tensor operations, and geometric calculations implemented in TypeScript.

    TypeScriptcolordata-structuresdsl
    Ver en GitHub↗3,818
  1. Home
  2. Scientific & Mathematical Computing
  3. JavaScript Linear Algebra Libraries

Explorar subetiquetas

  • BLAS InterfacesJavaScript bindings to native BLAS libraries for accelerating linear algebra operations. **Distinct from JavaScript Linear Algebra Libraries:** Distinct from JavaScript Linear Algebra Libraries: specifically interfaces with native BLAS libraries, not pure JS implementations.