[sdpb] 144/233: Small fix in SDPSolver.cpp comments

Tobias Hansen thansen at moszumanska.debian.org
Thu Mar 9 04:06:31 UTC 2017


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository sdpb.

commit 1eb4fe8751426ee0ba271a7fef2e0b5902604acf
Author: David Simmons-Duffin <dsd at athena.sns.ias.edu>
Date:   Tue Feb 3 18:09:51 2015 -0500

    Small fix in SDPSolver.cpp comments
---
 src/SDPSolver.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/SDPSolver.cpp b/src/SDPSolver.cpp
index 6b925d9..0098da4 100644
--- a/src/SDPSolver.cpp
+++ b/src/SDPSolver.cpp
@@ -456,7 +456,7 @@ void constraintMatrixWeightedSum(const SDP &sdp,
   }
 }
 
-// Compute the vectors r and s on the right-hand side of the Schur
+// Compute the vectors r_x and r_y on the right-hand side of the Schur
 // complement equation:
 //
 // {{S, -B}, {B^T, 0}} . {dx, dy} = {r_x, r_y}
@@ -475,7 +475,7 @@ void constraintMatrixWeightedSum(const SDP &sdp,
 // - x, a vector of length P
 // Outputs:
 // - r_x, a Vector of length P
-// - sy, a Vector of length N
+// - r_y, a Vector of length N
 //
 void computeSchurRHS(const SDP &sdp,
                      const Vector &dualResidues,

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sdpb.git



More information about the debian-science-commits mailing list