*matrix operations in C++, an exercise in SIMD intrinsics *
- implement SIMD-leveraging functions required for neural net backprop and inference
- package as a header library
- publish
1. vector-vector dot product
2. vector scaling
3 matrix-vector multiplication
4 matrix-matrix multiplication
- Refactor - unified
- Error handling
- General debugging and logging ad
- Benchmarking and optimization (compare to which libs??)
- Write documentation
- ???
- Happy