Skip to content

Commit

Permalink
Completely remove ndarray
Browse files Browse the repository at this point in the history
Summary
----
- This removes ndarray (and related dependencies) entirely
- We don't have to depend on `openblas` as well
- All polynomial interpolation and fitting is done with Vec

TODO:
- [ ] Add some sort of test feature gate for data_generator and shape_detector
  • Loading branch information
vihu committed Aug 22, 2024
1 parent c19ab21 commit ba3d623
Show file tree
Hide file tree
Showing 5 changed files with 242 additions and 981 deletions.
Loading

0 comments on commit ba3d623

Please sign in to comment.