linCholSolver solves Ax = y for x.
It is first required to take the Cholesky decomposition,
obtaining A = t(R) 
Results should be checked against a known solver, as this function optimizes for speed.
1  | linCholSolver(R, y)
 | 
R | 
 - Upper triangular matrix of dimension <n x p>; Cholesky decomposition of A.  | 
y | 
 - Vector of length n.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.