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
At line 424 in ltv.cpp file (src folder), f = ft*p + 1.
Not all coefficients in f are assigned ft[i]*p+1.
In fact, only f[0] is ft[0]*p+1.
Others, for example, f[1] is ft[1]*p.