R/helper.r
solve_chol.Rd
This often faster than solve()
for larger matrices.
See, for example:
http://blog.phytools.org/2012/12/faster-inversion-of-square-symmetric.html
and
http://stats.stackexchange.com/questions/14951/efficient-calculation-of-matrix-inverse-in-r.
solve_chol(x)
x | symmetric, positive-definite matrix |
---|
the inverse of x