chol | R Documentation |
Cholesky factorization for a float vector/matrix.
## S4 method for signature 'float32'
chol(x)
x |
A float vector/matrix. |
A float vector/matrix.
library(float)
s = flrunif(10, 3)
cp = crossprod(s)
chol(cp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.