Open
Description
The idea is quite simple: whenever we call compute_fixed_point(T, ...)
we should update the definition of T
so that any temporary arrays can be optionally supplied by the caller. See the new compute_lt_price
function in the LucasTree
class of quantecon/models/lucastree.py for an example (there we avoid allocating Tf
on each iteration).