mwhit74 / mlob

Determinate structure moving load analysis
MIT License
8 stars 1 forks source link

Update to use numpy arrays #9

Open mwhit74 opened 7 years ago

mwhit74 commented 7 years ago

Going to try to squeeze a little more speed and memory efficiency out of this algorithm with numpy arrays. Apparently, based on a quick google search, the numpy arrays are faster and more memory efficient.

As they say "make it work, then make it fast".