Package Licenses
Apache-2.0 OR MIT
Dependency Licenses
Apache-2.0 OR MIT16
Package | Relation | Dependencies | Published |
---|---|---|---|
autocfg • 1.4.0Automatic cfg for Rust compiler features | INDIRECT | 0 | |
crossbeam-deque • 0.8.6Concurrent work-stealing deque | INDIRECT | 2 | |
crossbeam-epoch • 0.9.18Epoch-based garbage collection | INDIRECT | 1 | |
crossbeam-utils • 0.8.21Utilities for concurrent programming | INDIRECT | 0 | |
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. | INDIRECT | 0 | |
hermit-abi • 0.3.9Hermit system calls definitions. | INDIRECT | 0 | |
itertools • 0.7.11Extra iterator adaptors, iterator methods, free functions, and macros. | DIRECT | 1 | |
libc • 0.2.169Raw FFI bindings to platform libraries like libc. | INDIRECT | 0 | |
matrixmultiply • 0.1.15General matrix multiplication for f32 and f64 matrices. Operates on matrices with general layout (they can use arbitrary row and column stride). Detects and uses AVX or SSE2 on x86 platforms transparently for higher performance. Uses a microkernel strategy, so that the implementation is easy to parallelize and optimize. Supports multithreading. | INDIRECT | 1 | |
ndarray • 0.12.1An n-dimensional array for general elements and for numerics. Lightweight array views and slicing; views support chunking and splitting. | DIRECT | 7 | |
num_cpus • 1.16.0Get the number of CPUs on a machine. | DIRECT | 2 | |
num-complex • 0.2.4Complex numbers implementation for Rust | INDIRECT | 2 | |
num-traits • 0.2.19Numeric traits for generic mathematics | INDIRECT | 1 | |
rawpointer • 0.1.0Extra methods for raw pointers and `NonNull<T>`. For example `.post_inc()` and `.pre_dec()` (c.f. `ptr++` and `--ptr`), `offset` and `add` for `NonNull<T>`, and the function `ptrdistance`. | INDIRECT | 0 | |
rayon-core • 1.12.1Core APIs for Rayon | INDIRECT | 3 | |
rayon • 1.10.0Simple work-stealing parallelism for Rust | DIRECT | 5 |