|
Skylark (Sketching Library)
0.1
|
#include <RandSVD.hpp>
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 |
Definition at line 20 of file RandSVD.hpp.
| 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.
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()().
1.7.6.1