Use blasoxide for BLAS operations
Open
- Dominant language
- Rust
- Stars
- 4.8k
- Forks
- 565
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I am writing a BLAS implementation in rust: [https://github.com/oezgurmakkurt/blasoxide](https://github.com/oezgurmakkurt/blasoxide)
It has all level1 except complex, sgemv, dgemv, sgemm and dgemm functions with ~max multicore performance. Only limitation in matrix multiplication is it ignores the transpose arguments for now.
Is blasoxide viable to use in nalgebra? If it isn't what tests, benchmarks, features I need to add to make it viable.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.