Lian Huan

Results 1 issues of Lian Huan

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))...