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
{{ message }}
This repository has been archived by the owner on May 20, 2024. It is now read-only.
We can probably get rid of the Lagrange basis struct and just have associated methods. For example,
instead of
self.interpolate()
, we can haveLagrangeBasis::interpolate(vec : &[Fr])
The only complication are the iterator methods which use the LagrangeBasis struct
The text was updated successfully, but these errors were encountered: