mljs/matrix
Matrix manipulation and computation library
This is a JavaScript library for performing common matrix operations and advanced computations. It allows you to create, manipulate, and calculate with matrices, from basic addition and multiplication to solving linear equations and performing complex decompositions. Developers who need to work with numerical data structured in tables or grids will find this useful for building their applications.
386 stars. No commits in the last 6 months.
Use this if you are a JavaScript developer building an application that requires robust, efficient matrix calculations for numerical analysis, data processing, or scientific computing.
Not ideal if you are not a developer and are looking for a ready-to-use application with a graphical user interface for matrix operations.
Stars
386
Forks
56
Language
JavaScript
License
MIT
Category
Last pushed
Jun 20, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/mljs/matrix"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
tensorflow/tfjs
A WebGL accelerated JavaScript library for training and deploying ML models.
nnstreamer/api
Machine Learning API (Origin: C++: SNAP, C/C#: Tizen API, Java: Samsung-Research ML API). For...
microsoft/DMTK
Microsoft Distributed Machine Learning Toolkit
R-js/blasjs
Pure Javascript manually written :ok_hand: implementation of BLAS, Many numerical software...
tensorflow/tfjs-core
WebGL-accelerated ML // linear algebra // automatic differentiation for JavaScript.