R/rtorch_randomized_svd.r
rtorch_randomized_svd.RdRandomized Singular Vector Decomposition using torch
rtorch_randomized_svd(A_mat, k, p, q_iter, device = "CPU", cores = 1)matrix passed from R
Integer. Number of dimensions to calculate the singular vectors on
Intger. Oversampling dimensions
Integer. Number of power iterations to perform
Character. Either "CPU" or "GPU depending on what user selects and availability
Integer. Number of CPU cores to use for matrix operations
a list with U, S, and Vh