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)