Socket
Socket
Sign inDemoInstall

matrice

Package Overview
Dependencies
524
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    matrice

High performance matrix manipulation in Javascript


Version published
Maintainers
1
Install size
37.7 MB
Created

Readme

Source

🦅 Matrice

High performance matrix manipulation in Javascript

Install

Install using Yarn: yarn add matrice

Or if you prefer npm: npm install -S matrice

Usage

const usage = todo()

For the moment, see index.test.js for sample usage

API

TODO For the moment, see index.js for the API

TODO

  • Add usage & API
  • Write roadmap common functionality & implement
  • Decide between static methods or utility functions & best import/export pattern
  • Performance comparisons & tests (implemented as efficiently as possible according to the author's understanding, but needs to be tested objectively)

Features

  • elementwise map/forEach
  • diagonalisation
  • gaussian elimination
  • normalisation
  • other useful linear algebra algorithms
  • error checking (& corresponding tests)

Keywords

FAQs

Last updated on 16 Jan 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc