Skip to content

Commit

Permalink
Merge branch 'master' into sosalloc
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscoey authored Aug 21, 2018
2 parents 9d2b17c + 825cd0e commit 31fda95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/primitivecones.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ barrierpar_prm(prm::SumOfSquaresCone) = size(prm.ip, 2) + sum(size(ipwtj, 2) for
loadpnt_prm!(prm::SumOfSquaresCone, pnt) = (prm.pnt = pnt)

function incone_prm(prm::SumOfSquaresCone)
# TODO each of the following choleskys can be done in parallel
prm.ippnt .= prm.ip'*Diagonal(prm.pnt)*prm.ip
F = cholesky!(Symmetric(prm.ippnt), check=false) # TODO use structure cholesky of P'DP to speed up chol?
if !issuccess(F)
Expand Down

0 comments on commit 31fda95

Please sign in to comment.