Skip to content

Commit c52d5c0

Browse files
committed
Fix typos
1 parent a4c2c65 commit c52d5c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gcmfaces_smooth/diffsmooth2D_div_inv.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@
113113
% appears fine, while matlab/2021a gives a solution
114114
% of all zeros.
115115
%xx=A\yy;
116-
%Use the more robust way to solve yy
116+
%Use the more robust way to solve xx
117117
%in a least squares sense. This method
118-
%can aslo handle sparse matrix and is
118+
%can also handle sparse matrix and is
119119
%more efficient than pinv (which cannot handle sparse matrix).
120120
%Warning is turned on to monitor if the matrix is close to singular.
121121
xx=lsqminnorm(A,yy,'warn');

0 commit comments

Comments
 (0)