File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -204,13 +204,13 @@ and on return it contains the index of the k-th smallest entry of `a(:)`.
204
204
` left ` (optional): shall be a scalar with the same type as ` k ` . It is an ` intent(in) `
205
205
argument. If specified then we assume the k-th smallest value is definitely contained
206
206
in ` a(indx(left:size(a))) ` . If not present it is 1. This is typically useful if multiple calls
207
- to ` select ` are made, because the partial sorting of ` a ` implies constraints on where
207
+ to ` arg_select ` are made, because the partial sorting of ` indx ` implies constraints on where
208
208
we need to search.
209
209
210
210
` right ` (optional): shall be a scalar with the same type as ` k ` . It is an ` intent(in) `
211
211
argument. If specified then we assume the k-th smallest value is definitely contained
212
212
in ` a(indx(1:right)) ` . If not present it is ` size(a) ` . This is typically useful if multiple calls
213
- to ` select ` are made, because the reordering of ` indx ` implies constraints on
213
+ to ` arg_select ` are made, because the reordering of ` indx ` implies constraints on
214
214
where we need to search.
215
215
216
216
##### Notes
You can’t perform that action at this time.
0 commit comments