Description Usage Arguments Value Examples
Given the lower triangular matrix L obtained from the Cholesky decomposition of A,
function chol_update
updates L such that it corresponds to the decomposition of A + u*u'.
1 | chol_update(L, u)
|
L |
A lower triangular matrix. Strictly upper diagonal part is not referenced. |
u |
A vector with with length matching with the dimensions of L. |
Updated L.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.