Skip to content
Snippets Groups Projects
Commit f2289519 authored by Andre Offringa's avatar Andre Offringa
Browse files

Textual

parent 2d71854a
No related branches found
No related tags found
No related merge requests found
Pipeline #64286 passed
...@@ -141,9 +141,9 @@ struct Settings { ...@@ -141,9 +141,9 @@ struct Settings {
// keep host buffers between solve iteration // keep host buffers between solve iteration
// for the GPU solver // for the GPU solver
const bool keep_host_buffers; const bool keep_host_buffers;
// Number of iterations low-rank approximation (LRA) method // Number of iterations for the low-rank approximation (LRA) method
const size_t n_lra_iterations; const size_t n_lra_iterations;
// Number of power-method iterations to take each lra iteration // In each lra iteration, the number of power-method iterations to take
const size_t n_lra_power_iterations; const size_t n_lra_power_iterations;
const std::vector<std::string> model_data_columns; const std::vector<std::string> model_data_columns;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment