Skylark (Sketching Library)  0.1
skylark::nla::sketched_svd_t< InputMatrixType, OutputMatrixType, SketchTransformType > Struct Template Reference

#include <sketched_svd.hpp>


Detailed Description

template<typename InputMatrixType, typename OutputMatrixType, typename SketchTransformType>
struct skylark::nla::sketched_svd_t< InputMatrixType, OutputMatrixType, SketchTransformType >

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.


The documentation for this struct was generated from the following file: