From 012ab663e0d783cd08b35721301cf355802bc343 Mon Sep 17 00:00:00 2001 From: conrad Date: Tue, 6 Jul 2021 11:34:22 +1000 Subject: [PATCH] refine docs for chol() --- docs.html | 37 +++++++++++++++++++++++++++---------- 1 file changed, 27 insertions(+), 10 deletions(-) diff --git a/docs.html b/docs.html index a570eed2..82c53540 100644 --- a/docs.html +++ b/docs.html @@ -12136,7 +12136,7 @@ See also:
@@ -12178,11 +12186,19 @@ The decomposition has the following form: Examples: @@ -12194,8 +12210,9 @@ See also:
  • lu()
  • qr()
  • .is_sympd()
  • -
  • Cholesky decomposition in MathWorld
  • -
  • Cholesky decomposition in Wikipedia
  • +
  • Cholesky decomposition in MathWorld
  • +
  • Cholesky decomposition in Wikipedia
  • +
  • Definite matrix in Wikipedia