chol.greta_array | R Documentation |
Compute the Cholesky Factor of a Matrix
## S3 method for class 'greta_array'
chol(x, ..., force_cholesky = FALSE)
x |
an object for which a method exists. The default method applies to numeric (or logical) symmetric, positive-definite matrices. |
... |
further arguments pass to or from methods. |
force_cholesky |
Whether to force cholesky computation. Currently
used as a workaround to ensure cholesky is calculated properly, and may
result in code that uses |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.