Fail for installation of the cholpfact () in factorization package

55 views
Skip to first unread message

jspark

unread,
Dec 28, 2014, 4:07:33 AM12/28/14
to julia...@googlegroups.com
For some reason I failed to install factorization package to use cholpfact function. I tried

Pkg.add("factorization")


But I got
ERROR: chmod: no such file or directory (ENOENT)
Thank you everyone.

Andreas Noack

unread,
Dec 28, 2014, 4:48:55 AM12/28/14
to julia...@googlegroups.com
The content of factorization.jl is already part of the base julia, but we haven't had the cholpfact method for a while. Instead you can use a keyword to get the pivoted cholesky. E.g.

cholfact(A, pivot = true, tol = 1e-8)

Where tol is the tolerance for the rank determination.

jspark

unread,
Dec 28, 2014, 4:01:30 PM12/28/14
to julia...@googlegroups.com
It works and thanks for your kind help
Reply all
Reply to author
Forward
0 new messages