You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/cssls.ts
+6-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,12 @@ import { sortCollectionSet } from './util/sortCollectionSet';
12
12
* Solves XtX*K = XtY for the variables in Pset
13
13
* if XtX (or XtX(vars,vars)) is singular, performs the svd and find pseudo-inverse, otherwise (even if ill-conditioned) finds inverse with LU decomposition and solves the set of equations
14
14
* it is consistent with matlab results for ill-conditioned matrices (at least consistent with test 'ill-conditioned square X rank 2, Y 3x1' in cssls.test)
0 commit comments