RSpectra
RSpectra copied to clipboard
"nconv" does not appear in the returned list
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.