data-apis / array-api

RFC document, tooling and other content related to the array API standard
https://data-apis.github.io/array-api/latest/
MIT License
212 stars 44 forks source link

RFC: add support for LU factorization in the linalg extension #627

Open ogrisel opened 1 year ago

ogrisel commented 1 year ago

It seems that many libraries that are candidates to implement the Array API namespace already implement the LU factorization (with variations in API and with the notable exception of numpy).

However LU is not part of the list of linear algebra operations of the current state of the SPEC:

Are there any plans to consider it for inclusion?