Done. :-) On Wed, 7 Apr 2021 at 16:45, Oleg Nesterov <[email protected]> wrote:
> On 04/07, Oleg Nesterov wrote: > > > > Note also you can use si.dot() instead to simplify the implementation: > > > > lagrangeN(N, idx) = lagrange_h(N, idx), si.bus(N+1) : si.dot(N+1); > > Hmm. I actually meant > > lagrangeN(N, idx) = si.dot(N+1, lagrange_h(N, idx)); > > which looks even simpler. > > Oleg. > >
_______________________________________________ Faudiostream-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/faudiostream-users
