Description Usage Arguments Value
An Rcpp function that solves M*U = V.
1 | chol_solve(M, V)
|
M |
A (M x M) symmetric positive definite matrix. |
V |
A (M x 1) vector. |
The solution to M*U = V.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.