2023/11/28 by Jason Rader, Terry Lyons, Rader, Jason +3 · 4 citations
Decision Sciences · #FOS: Computer and information sciences #Mathematical Software (cs.MS) #Scientific Computing and Data Management
paper · pdf · doi:10.48550/arxiv.2311.17283
openalex publication_date 2023/11/28 · openalex created_date 2023/12/01 · openalex updated_date 2026/07/28
We introduce Lineax, a library bringing linear solves and linear least-squares to the JAX+Equinox scientific computing ecosystem. Lineax uses general linear operators, and unifies linear solves and least-squares into a single, autodifferentiable API. Solvers and operators are user-extensible, without requiring the user to implement any custom derivative rules to get differentiability. Lineax is available at https://github.com/google/lineax.