Skip to content

Commit

Permalink
Update release/src/leastsquareseqcon3.m
Browse files Browse the repository at this point in the history
  • Loading branch information
varunnr committed Jan 8, 2013
1 parent a55a085 commit 2b09cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/src/leastsquareseqcon3.m
@@ -1,6 +1,6 @@
function [x, xsol] = leastsquareseqcon3(A,b,C,d,alpha)

% Solve generalized SVD to get gammas and alphas.
% Solve generalized SVD to get gammas and alphas. Please refer Gander et al, for description of the algorithm.

[U,V,X,Da,Dc] = gsvd(A,C);
c = U'*b;
Expand Down

0 comments on commit 2b09cb9

Please sign in to comment.