RSpectra icon indicating copy to clipboard operation
RSpectra copied to clipboard

"nconv" does not appear in the returned list

Open lllllh1115 opened this issue 2 months ago • 0 comments

Hi, I just noticed that in svds() function, the nconv is listed in the documentation as a standard output. However, it does not appear correctly under the following example:

stopifnot(is.null(svds(matrix(rnorm(30),10,3),2)$nconv))

Please help me check this. Many thanks in advance.

lllllh1115 avatar Nov 02 '25 14:11 lllllh1115