1#ifndef IRLBA_OPTIONS_HPP 
    2#define IRLBA_OPTIONS_HPP 
   72    typename std::mt19937_64::result_type 
seed = std::mt19937_64::default_seed;
 
 
Implements IRLBA for approximate SVD.
Definition compute.hpp:22
 
Options for the IRLBA algorithm.
Definition Options.hpp:16
 
double singular_value_ratio_tolerance
Definition Options.hpp:37
 
double convergence_tolerance
Definition Options.hpp:30
 
bool cap_number
Definition Options.hpp:67
 
bool exact_for_small_matrix
Definition Options.hpp:55
 
void * initial
Definition Options.hpp:78
 
int extra_work
Definition Options.hpp:43
 
double invariant_subspace_tolerance
Definition Options.hpp:23
 
bool exact_for_large_number
Definition Options.hpp:61
 
std::mt19937_64::result_type seed
Definition Options.hpp:72
 
int max_iterations
Definition Options.hpp:49