ic0 | R Documentation |
Incomplete Cholesky decomposition of a sparse matrix passed in the compressed sparse row format
ic0(ptrs, inds, vals)
ptrs |
pointers to the beginning of the row |
inds |
indices of nonzero elements in a row |
vals |
nonzero values |
vector of the values of the incomplete Cholesky factor
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.