householder-matrix
v1.1.2
Published
<div>
Downloads
3
Readme
Description
Install
npm i householder-matrix
Usage
import qr_decomposition from 'householder matrix';
const { Q, R } = qr_decomposition([
[-1, -1, 1],
[1, 3, 3],
[-1, -1, 5],
]);
Pseudocode
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