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, ...)
- Host: GitHub
- URL: https://github.com/nblthree/math-methods
- Owner: nblthree
- License: mit
- Created: 2019-12-23T11:31:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T10:16:05.000Z (about 3 years ago)
- Last Synced: 2025-01-30T09:13:14.879Z (11 months ago)
- Topics: eigenvalues, jacobi-eigenvalues, math, qr-decomposition, qr-eigenvalue
- Language: JavaScript
- Homepage:
- Size: 2.29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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