Declared functions in tensorfunc which will replace the iterators with a more functional aprroach.

This commit is contained in:
2023-09-15 14:06:13 +02:00
parent 0628955e43
commit 8c44b96913
8 changed files with 257 additions and 387 deletions

View File

@@ -42,6 +42,8 @@ A simple C library implementing tensors. Still in development. Currently it only
## TODOs
- [ ] Adding DTYPE_COPY macro
- [ ] Make elementwise operations run in parallel
- [ ] Making all functions work with random strides
- [ ] Adding a function for normalising strides
- [ ] Implementing dot product