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
I am trying to use your lib and I found there is something weird.
First, in the bingham_new_uniform function, the V is defined as: memset(B->V[0], 0, d*(d-1)*sizeof(double));
which, in my opinion, should be an orthogonal matrix instead of a all-zero one.
The text was updated successfully, but these errors were encountered:
Dear Sebastian,
I am trying to use your lib and I found there is something weird.
First, in the
bingham_new_uniform
function, the V is defined as:memset(B->V[0], 0, d*(d-1)*sizeof(double));
which, in my opinion, should be an orthogonal matrix instead of a all-zero one.
The text was updated successfully, but these errors were encountered: