Skip to content

Commit

Permalink
Less misleading.
Browse files Browse the repository at this point in the history
  • Loading branch information
klho committed Jun 3, 2020
1 parent 8e789a4 commit 02e4ed7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions core/id.m
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@
% [SK,RD,T,...] = ID(A,RANK_OR_TOL,TMAX,RRQR_ITER,FIXED) forces the indices
% in FIXED to be included in SK (default: FIXED = []). An ID is computed on
% the residual free columns then reconstituted along with the fixed ones. The
% parameters TMAX and RRQR_ITER apply only to this residual ID. The maximum
% allowable rank KMAX = FLOOR(RANK_OR_TOL) is imposed on the full ID, with
% the exception that if LENGTH(FIXED) >= KMAX, then SK = FIXED.
% parameters TMAX and RRQR_ITER apply only to this residual ID. If
% KMAX = FLOOR(RANK_OR_TOL) > 0 and LENGTH(FIXED) >= KMAX, then SK = FIXED.
%
% References:
%
Expand Down

0 comments on commit 02e4ed7

Please sign in to comment.