You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 66 and 163 of lib/linalg/NNLS.cpp use hard-coded values of n_proc_max_for_partial_matrix_ = 15 and nb = 3, which seem to be used mainly for distributing the matrix.
There is no sufficient description as to why these values are chosen.
For better scalability of this solver, shouldn't these values be determined by the users?
The text was updated successfully, but these errors were encountered:
Line 66 and 163 of
lib/linalg/NNLS.cpp
use hard-coded values ofn_proc_max_for_partial_matrix_ = 15
andnb = 3
, which seem to be used mainly for distributing the matrix.The text was updated successfully, but these errors were encountered: