DAIRLab / dairlib

MIT License
66 stars 26 forks source link

Removed static keyworkd from matrix allocations. #217

Closed mposa closed 3 years ago

mposa commented 3 years ago

Fix for #216 credit @ShaneRozenLevy.

This eliminates some memory usage optimization that could easily be re-instated by making the relevant matrices class members rather than static objects.


This change is Reviewable