Skylark (Sketching Library)  0.1
Public Member Functions | Public Attributes
skylark::nla::rand_svd_params_t Struct Reference

#include <RandSVD.hpp>

List of all members.

Public Member Functions

 rand_svd_params_t (int oversampling, sketch::c::transform_type_t transform=sketch::c::transform_type_t::JLT, int num_iterations=0, bool skip_qr=0)

Public Attributes

int oversampling
int num_iterations
sketch::c::transform_type_t transform
bool skip_qr

Detailed Description

Definition at line 20 of file RandSVD.hpp.


Constructor & Destructor Documentation

skylark::nla::rand_svd_params_t::rand_svd_params_t ( int  oversampling,
sketch::c::transform_type_t  transform = sketch::c::transform_type_t::JLT,
int  num_iterations = 0,
bool  skip_qr = 0 
) [inline]

Definition at line 27 of file RandSVD.hpp.


Member Data Documentation

Definition at line 23 of file RandSVD.hpp.

Referenced by skylark::nla::randsvd_t< SketchTransform >::operator()().

Definition at line 22 of file RandSVD.hpp.

Referenced by skylark::nla::randsvd_t< SketchTransform >::operator()().

Definition at line 25 of file RandSVD.hpp.

Referenced by skylark::nla::randsvd_t< SketchTransform >::operator()().

Definition at line 24 of file RandSVD.hpp.

Referenced by skylark::nla::randsvd_t< SketchTransform >::operator()().


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