Closed talassio closed 5 years ago
Return status (svdstatus) from get_svd_j is not checked. There is no logic to handle svdstatus/=0.
svdstatus
get_svd_j
svdstatus/=0
Is it possible to remove altogether this routine and associated code?
Remove w%smallest_sv %largest_sv as well as inform%smallest_sv %largest_sv
w%smallest_sv
%largest_sv
inform%smallest_sv
Duplicate of #17 [closing]
Return status (
svdstatus
) fromget_svd_j
is not checked. There is no logic to handlesvdstatus/=0
.Is it possible to remove altogether this routine and associated code?
Remove
w%smallest_sv
%largest_sv
as well asinform%smallest_sv
%largest_sv