| get_chol_lower_dense | R Documentation |
Get (and cache) a lower Cholesky factor for a dense SPD matrix
get_chol_lower_dense(A)
A |
numeric or dense Matrix (SPD). Sparse input is an error (it is factored sparsely elsewhere), never densified here. |
a base numeric matrix L (lower triangular) with A = L %*% t(L)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.