We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c2c65 commit c52d5c0Copy full SHA for c52d5c0
gcmfaces_smooth/diffsmooth2D_div_inv.m
@@ -113,9 +113,9 @@
113
% appears fine, while matlab/2021a gives a solution
114
% of all zeros.
115
%xx=A\yy;
116
-%Use the more robust way to solve yy
+%Use the more robust way to solve xx
117
%in a least squares sense. This method
118
-%can aslo handle sparse matrix and is
+%can also handle sparse matrix and is
119
%more efficient than pinv (which cannot handle sparse matrix).
120
%Warning is turned on to monitor if the matrix is close to singular.
121
xx=lsqminnorm(A,yy,'warn');
0 commit comments