stdlib-js / stdlib

✨ Standard library for JavaScript and Node.js. ✨
https://stdlib.io
Apache License 2.0
4.22k stars 417 forks source link

[RFC]: add LAPACK routines #2464

Open Pranavchiku opened 4 weeks ago

Pranavchiku commented 4 weeks ago

Description

This RFC proposes adding complete LAPACK routines to stdlib.

BLAS Routines

Easy

The routines listed below are independent and do not depend on others.

Medium

Routines that depends on other LAPACK routines

Depends on auxiliary or BLAS routines

Auxiliary routines

Related Issues

None.

Questions

No.

Other

Status of iteration across packages

checked all packages from LU: computational routines, Cholesky: computational routines, LDL: computational routines, Triangular computational routines and listed ones which can be knocked off easily.

Checklist

Pranavchiku commented 2 weeks ago

Dependency for dgesv:

image

Pranavchiku commented 1 week ago

dptsv is another low hanging fruit:

Pranavchiku commented 3 days ago
Pranavchiku commented 3 days ago
Pranavchiku commented 3 days ago
Pranavchiku commented 3 days ago