HackerTrans
TopNewTrendsCommentsPastAskShowJobs

themonteray

no profile record

comments

themonteray
·4 lata temu·discuss
o(1) is "little O" notation, where for a function y = o(f), y(x) / f(x) --> 0 as x --> infinity. In other words, y goes to 0 faster than f. In this context, m^(1 + o(1)) means roughly that you converge to linear time for large m.
themonteray
·4 lata temu·discuss
Super cool! How does this compare with Casadi? I didn't see it mentioned in the related AD frameworks in the paper, but I think that targets a similar niche? Thanks for releasing the library!