4 Commits

Author SHA1 Message Date
Jos de Jong
1f05a35d68
chore: convert CJS files to ESM (#3204) 2024-05-22 08:46:14 +02:00
Jos de Jong
f504ffe1d3 chore: update devDependencies (most notably eslint) 2024-02-22 16:27:24 +01:00
Chris Chudzicki
13a3d4c198
Linting: StandardJS for src/, test/; Prettier for types/ (#2544)
* setup linting with eslint-config-standard, prettier

* [autofix] npm run lint -- --fix with new setup

* [manual] fix types/ directory errors

* [manual] fix linting errors in test/ directory

* [manual] fix single linting error in src/

* revert ts-expect-error comment change

* error on .only in mocha tests

* fix test description typo

* move some short objects to single line

* add and gitignore eslintcache

* individually suppress ts any

* set --max-warnings to 0

* extract matrices to constants

* update ts-expect-error comments
2022-04-29 12:04:01 +02:00
HanchaiN
9759509c00
Feature: Implementation of Moore–Penrose inverse function (#2521)
* Implement tests

* Implement `math.pinv`

* Add funcion to factory

* Implement LaTeX

* Implement docs

* Add to embedded docs

* Rebase

* Modify tests

* Modify tests

* Fix implementation

Co-authored-by: Jos de Jong <wjosdejong@gmail.com>
2022-04-19 14:26:21 +02:00