From fcc145f75568293c7a845629b45f05fdadb072da Mon Sep 17 00:00:00 2001 From: conrad Date: Tue, 6 Jul 2021 12:02:01 +1000 Subject: [PATCH] simplify forms for chol() --- docs.html | 42 +++++++++++++++++------------------------- 1 file changed, 17 insertions(+), 25 deletions(-) diff --git a/docs.html b/docs.html index 82c53540..fb723d58 100644 --- a/docs.html +++ b/docs.html @@ -12124,15 +12124,14 @@ See also:


- - - - - - - - - + + + + + + + +
R = chol( X )   (form 1)
R = chol( X, layout )   (form 2)
   
chol( R, X )   (form 3)
chol( R, X, layout )   (form 4)
   
chol( R, P, X )   (form 5)
chol( R, P, X, layout )   (form 6)
chol( R, P, X, layout, P_mode )   (form 7)
R = chol( X )   (form 1)
R = chol( X, layout )   (form 2)
   
chol( R, X )   (form 3)
chol( R, X, layout )   (form 4)
   
chol( R, P, X, layout, "vector" )   (form 5)
chol( R, P, X, layout, "matrix" )   (form 6)