Skip to content

Commit 7d3dfce

Browse files
committed
Bug fix.
1 parent 5c7388c commit 7d3dfce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mathematical Functions/Continuous Optimization/constrainedLSEq.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
%November 2015 David F. Crouse, Naval Research Laboratory, Washington D.C.
3030
%(UNCLASSIFIED) DISTRIBUTION STATEMENT A. Approved for public release.
3131

32-
m=size(A,1);
32+
m=size(A,2);
3333

3434
p=size(C,1);
3535
H=A'*A;

0 commit comments

Comments
 (0)