Skip to content

Commit

Permalink
remove old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
goulart-paul committed May 21, 2024
1 parent 7113613 commit 91187c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/solver/core/cones/socone.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,6 @@ where
// For sparse form, we are returning here the diagonal D block
// from the sparse representation of W^TW, but not the
// extra two entries at the bottom right of the block.
// The ConicVector for s and z (and its views) don't
// know anything about the 2 extra sparsifying entries
Hsblock.fill(self.η * self.η);
Hsblock[0] *= sparse_data.d;
} else {
Expand Down

0 comments on commit 91187c0

Please sign in to comment.