Skip to content

Commit

Permalink
Newline to fix formatting issue with bulleted list
Browse files Browse the repository at this point in the history
  • Loading branch information
packquickly authored and patrick-kidger committed Jun 7, 2023
1 parent a75194b commit 32d88f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Lineax is a [JAX](https://github.com/google/jax) library for linear solves and linear least squares. That is, Lineax provides routines that solve for $x$ in $Ax = b$. (Even when $A$ may be ill-posed or rectangular.)

Features include:

- PyTree-valued matrices and vectors;
- General linear operators for Jacobians, transposes, etc.;
- Efficient linear least squares (e.g. QR solvers);
Expand Down

0 comments on commit 32d88f6

Please sign in to comment.