SparseM_solve | R Documentation |
This function performs some checks and takes action to ensure positive definiteness of matrices passed to SparseM functions.
SparseM_solve(x, y, ...)
x |
A slm.fit.csr |
y |
A slm.fit.csr |
... |
A slm.fit.csr |
list containing coefficients (vector or matrix), the Cholesky decomposition (of class matrix.csr.chol), and a vector specifying the indices of which values on the diagonal of x'x are nonzero. These are named "coef", "chol" and "gramian_reduction_index", respectively.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.