From 02e4ed7c7c67307cdd65f67ef066f2806fadf35f Mon Sep 17 00:00:00 2001 From: Ken Ho Date: Wed, 3 Jun 2020 09:23:27 -0700 Subject: [PATCH] Less misleading. --- core/id.m | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/id.m b/core/id.m index 66d775a..437a945 100644 --- a/core/id.m +++ b/core/id.m @@ -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: %