AssociatedLegendrePolynomials.jl icon indicating copy to clipboard operation
AssociatedLegendrePolynomials.jl copied to clipboard

Provide an interface for using pre-allocated state variables

Open jmert opened this issue 4 years ago • 0 comments

Running the recurrence relations require some state be held across iterations, and in general this requires allocating some memory to store the state.

There should be a way of pre-allocating the state variables and allowing that temporary storage to be reused across invocations.

jmert avatar Jun 15 '20 19:06 jmert