chol_solve | R Documentation |
Consider a matrix that is symmetric and has positive eigenvalues, and is
therefore positive definite. Then finds the inverse of the cholesky
decomposition of this matrix as a more numerically stable alternative
to base::solve(x)
.
chol_solve(x, tol = 100 * .Machine$double.eps)
x |
matrix. symmetric (up to |
tol |
numeric. Differences of symmetry smaller than this value are not considered significant. |
the matrix inverse of x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.