Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 350 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 350 Bytes

rust-numpy extension using optional ndarray features

An example extension using optional ndarray features, in this case parallel execution using Rayon and optimized kernels using BLAS.

See the README of the simple extension for more information.