Skylark (Sketching Library)
0.1
|
#include <sketched_svd.hpp>
General template These are the parameters that are needed for sketching SVD. (1) The sketching type to use. (2) The number of singular vectors of the sketched matrix to use.
Use: [U_k, S_k, V_k] ~= sketched_SVD (A, k)
Definition at line 21 of file sketched_svd.hpp.