From a1c171c2b4288850f84eb493c348dde0a90dc175 Mon Sep 17 00:00:00 2001 From: Patrick Kidger <33688385+patrick-kidger@users.noreply.github.com> Date: Mon, 30 Dec 2024 17:55:24 +0100 Subject: [PATCH] Remove mention of nonsingular_tag from the docs. --- docs/api/tags.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/api/tags.md b/docs/api/tags.md index ec813f5..c563777 100644 --- a/docs/api/tags.md +++ b/docs/api/tags.md @@ -110,8 +110,6 @@ 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 @@ -119,5 +117,3 @@ If you wish to mark that an operator is specifically postive **definite** then c 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`].