Skip to content

Commit

Permalink
Remove mention of nonsingular_tag from the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-kidger committed Dec 31, 2024
1 parent c5cb137 commit a1c171c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/api/tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,10 @@ Marks than operator is positive **semidefinite**.

For example, the default solver for [`lineax.linear_solve`][] uses this to dispatch to [`lineax.Cholesky`][] as the solver.

If you wish to mark that an operator is specifically postive **definite** then combine this with [`lineax.nonsingular_tag`].

---

::: lineax.negative_semidefinite_tag

Marks than operator is negative **semidefinite**.

For example, the default solver for [`lineax.linear_solve`][] uses this to dispatch to [`lineax.Cholesky`][] as the solver.

If you wish to mark that an operator is specifically postive **definite** then combine this with [`lineax.nonsingular_tag`].

0 comments on commit a1c171c

Please sign in to comment.