An open API service indexing awesome lists of open source software.

https://github.com/nblthree/math-methods

Methods for calculating eigenvalues (Holder, Jacobi, ...), optimizing functions (GD, ...)
https://github.com/nblthree/math-methods

eigenvalues jacobi-eigenvalues math qr-decomposition qr-eigenvalue

Last synced: 10 months ago
JSON representation

Methods for calculating eigenvalues (Holder, Jacobi, ...), optimizing functions (GD, ...)

Awesome Lists containing this project

README

          


Math Methods


## Getting Started

```
npm install @marchworks/math-methods
```
Or if you are using yarn
```
yarn add @marchworks/math-methods
```

## Methods

### Eigenvalues
* [Jacobi](./src/Eigenvalues/Jacobi)
* [QR](./src/Eigenvalues/QR)

## Missing Method?

Open an issue with the name of the method