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
then s is reset and the following instruction s( 0 ) causes the program to terminate with the following error:
error: Mat::operator(): index out of bounds
terminate called after throwing an instance of 'std::logic_error'
what(): Mat::operator(): index out of bounds
svd function actually returns a bool flag to indicate whether decomposition was successful or not. Glimpse should check the value of the returned flag and deal with the case where the decomposition failed.
The text was updated successfully, but these errors were encountered:
If SVD decomposition fails at
Glimpse/src/field.cpp
Line 936 in 3e01fce
s
is reset and the following instructions( 0 )
causes the program to terminate with the following error:svd
function actually returns abool
flag to indicate whether decomposition was successful or not. Glimpse should check the value of the returned flag and deal with the case where the decomposition failed.The text was updated successfully, but these errors were encountered: