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
Oh, thx you a lot.
Yes, If I write this
"m = 0;
CE.resize(n, m);
CE[0][0] = 0.0;
CE[1][0] = 0.0;
ce0.resize(m);"
It works, and your code run very fast, which I appreciate it a lot.
By the way, have you considered projection gradient method on a linear constrainted face.
In fact, that is the reason I find your code!
If I put CE and ce0 to 0
it says
terminate called after throwing an instance of 'std::runtime_error'
what(): Constraints are linearly dependent
The text was updated successfully, but these errors were encountered: