Array-api Linalg functions
- Ngôn ngữ chính
- Python
- Star
- 211
- Fork
- 58
- Merge trung bình
- 1 ngày 17 giờ
- Pull request đã merge (30 ngày)
- 6
Mô tả
It might be nice to add the following functions to blosc2, which are included in the linalg module of the array-api standard. See src/blosc2/linalg.py for function signatures.
- [ ] array_api_tests/test_linalg.py::test_cholesky
- [ ] array_api_tests/test_linalg.py::test_cross
- [ ] array_api_tests/test_linalg.py::test_det
- [ ] array_api_tests/test_linalg.py::test_diagonal
- [ ] array_api_tests/test_linalg.py::test_eigh
- [ ] array_api_tests/test_linalg.py::test_eigvalsh
- [ ] array_api_tests/test_linalg.py::test_inv
- [ ] array_api_tests/test_linalg.py::test_linalg_matmul - add @ operator
- [x] ~array_api_tests/test_linalg.py::test_matmul~
- [ ] array_api_tests/test_linalg.py::test_matrix_norm
- [ ] array_api_tests/test_linalg.py::test_matrix_power
- [ ] array_api_tests/test_linalg.py::test_matrix_rank
- [ ] array_api_tests/test_linalg.py::test_linalg_matrix_transpose
- [x] ~array_api_tests/test_linalg.py::test_matrix_transpose~
- [x] array_api_tests/test_linalg.py::test_outer (but this can be optimised since chunks don't need to be decompressed)
- [ ] array_api_tests/test_linalg.py::test_pinv
- [ ] array_api_tests/test_linalg.py::test_qr
- [ ] array_api_tests/test_linalg.py::test_slogdet
- [ ] array_api_tests/test_linalg.py::test_solve
- [ ] array_api_tests/test_linalg.py::test_svd
- [ ] array_api_tests/test_linalg.py::test_svdvals
- [ ] array_api_tests/test_linalg.py::test_linalg_tensordot
- [x] ~array_api_tests/test_linalg.py::test_tensordot~
- [ ] array_api_tests/test_linalg.py::test_trace
- [ ] array_api_tests/test_linalg.py::test_linalg_vecdot
- [x] ~array_api_tests/test_linalg.py::test_vecdot~
- [ ] array_api_tests/test_linalg.py::test_vecdot_conj
- [ ] array_api_tests/test_linalg.py::test_vector_norm
Hướng dẫn đóng góp
Hướng nghiên cứu
Bắt đầu bằng cách đọc các chữ ký trong src/blosc2/linalg.py và các trường hợp chưa được kiểm tra trong array_api_tests/test_linalg.py. Chạy các bài kiểm thử linalg liên quan để xác định những hàm nào hiện đang còn thiếu. Được coi là hoàn thành khi các bài kiểm thử chưa được kiểm tra được liệt kê đều đạt và checklist phản ánh chính xác các phần triển khai còn lại.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- python
- Lĩnh vực
- data
- Loại issue
- Tính năng
- Độ khó
- 5/5
- Thời gian dự kiến
- Hơn một tuần
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 35/100