Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 301 Bytes

File metadata and controls

10 lines (6 loc) · 301 Bytes

TO-DO

Optimize JSON Loader

Create a special JSON tree class that handles module loading, and lazily loads submodules. (e.g. only loads them from disk the first time they are referenced).

Implement Gaussian Elimination

Port Gaussian elimination from sub-project to main calculator project.