svd-bdMatrix-method: svd method for bdMatrix class

Description Usage Arguments

Description

svd method for bdMatrix class

Usage

1
2
3
## S4 method for signature 'bdMatrix'
svd(x, nu = min(nrow(x), p = ncol(x)),
  nv = min(nrow(x), p = ncol(x)))

Arguments

x

a object of class bdMatrix whose SVD decomposition is to be computed

nu

the number of left singular vectors to be computed. This must between 0 and n = nrow(x).

nv

the number of right singular vectors to be computed. This must be between 0 and p = ncol(x).


davidruegamer/effortless documentation built on May 15, 2019, 1:15 a.m.