Closed ratishsp closed 1 year ago
I think it's by design. That section of the blogpost focuses on the computational aspect of working with DPLR - abstracting away precise instantiations of DPLR matrices. The make_DPLR_HiPPO
method is called only to provide a concrete DPLR matrix for testing; a randomly generated one would have worked just as well for the purposes of this testing function.
That helps, thanks!
Thanks for this very helpful blogpost.
The function make_DPLR_HiPPO is only defined later in the post. I was wondering if that was by design?