Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pietrozanotta/scimatlib
Linear algebra library in typescript
https://github.com/pietrozanotta/scimatlib
linear-algebra npm sparse-matrix
Last synced: 1 day ago
JSON representation
Linear algebra library in typescript
- Host: GitHub
- URL: https://github.com/pietrozanotta/scimatlib
- Owner: PietroZanotta
- License: mit
- Created: 2024-02-25T13:18:27.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-25T14:16:29.000Z (10 months ago)
- Last Synced: 2024-12-23T19:03:59.360Z (3 days ago)
- Topics: linear-algebra, npm, sparse-matrix
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/scimatlib
- Size: 11.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SciMatLib
[![npm version](https://badge.fury.io/js/scimatlib.svg)](https://www.npmjs.com/package/scimatlib)
[![npm downloads](https://img.shields.io/npm/dt/scimatlib.svg)](https://www.npmjs.com/package/scimatlib)
[![License](https://img.shields.io/npm/l/scimatlib.svg)](https://github.com/ScipioneParmigiano/scimatlib/blob/main/LICENSE)SciMatLib is a powerful linear algebra library for scientific computing.
# Installation
To install SciMatLib, you can use npm:```
npm install scimatlib
```# Documentation and API
See [here](https://github.com/ScipioneParmigiano/scimatlib/tree/main/docs).# Contributing
SciMatLib welcomes contributions from the community to enhance its features, improve performance, and fix bugs. If you're interested in contributing, feel free to submit pull requests with your improvements.# License
This library is licensed under the MIT License. See the [LICENSE](https://github.com/ScipioneParmigiano/quriust?tab=MIT-1-ov-file) file for details.