# e360-matrix

> e360-matrix is a node library to perform matrix calculations.

Latest version **1.0.1** (published 2019-02-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install e360-matrix
pnpm add e360-matrix
yarn add e360-matrix
bun add e360-matrix
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2019-02-13 |
| First published | 2019-02-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 7.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Kyle McCullen |
| Maintainers | kmccullen |

## Links

- npm: https://www.npmjs.com/package/e360-matrix
- Repository: https://github.com/eng360/e360-matrix
- Homepage: https://github.com/eng360/e360-matrix#readme
- Issues: https://github.com/eng360/e360-matrix/issues
- npm.io page: https://npm.io/package/e360-matrix

## Recent versions

- 1.0.1 (latest) — 2019-02-13
- 1.0.0 — 2019-02-12

## README

## e360-matrix
e360-matrix is a node library to perform matrix calculations.

### Installation
run `npm install e360-matrix`

### Example
e360-matrix uses two dimensional arrays as matrices
```javascript
const matrix = require('e360-matrix');

matrix.multiply([[1, 2]], [[2], [1]]);
```

Other Methods  
- multiply
- inverse
- add
- sub

### Testing
run `npm test`

---
_Source: https://npm.io/package/e360-matrix · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
