1.1.2 • Published 2 years ago

householder-matrix v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Description

Usage

import qr_decomposition from 'householder matrix';

const { Q, R } = qr_decomposition([
  [-1, -1, 1],
  [1, 3, 3],
  [-1, -1, 5],
]); 

Pseudocode

Alt text

How to use

# Clone this repository
$ https://github.com/joaovitor32/householder-matrix

# Go into the repository
$ cd householder-matrix

# Install dependencies
$ npm install

# Run tests
$ npm run test

# Run server
$ npm run dev:server