licenses.dev

ndarray-parallel v0.9.1

Parallelization for ndarray using rayon. (Deprecated - use ndarray with rayon directly.)

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT16
PackageRelationDependenciesPublished
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
crossbeam-deque • 0.8.6Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-utils • 0.8.21Utilities for concurrent programmingINDIRECT0
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
hermit-abi • 0.3.9Hermit system calls definitions.INDIRECT0
itertools • 0.7.11Extra iterator adaptors, iterator methods, free functions, and macros.DIRECT1
libc • 0.2.169Raw FFI bindings to platform libraries like libc. INDIRECT0
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.INDIRECT1
ndarray • 0.12.1An n-dimensional array for general elements and for numerics. Lightweight array views and slicing; views support chunking and splitting.DIRECT7
num_cpus • 1.16.0Get the number of CPUs on a machine.DIRECT2
num-complex • 0.2.4Complex numbers implementation for RustINDIRECT2
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
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`. INDIRECT0
rayon-core • 1.12.1Core APIs for RayonINDIRECT3
rayon • 1.10.0Simple work-stealing parallelism for RustDIRECT5
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/ndarray-parallel)](https://licenses.dev/cargo/ndarray-parallel)
<a href="https://licenses.dev/cargo/ndarray-parallel">
  <img src="https://licenses.dev/b/cargo/ndarray-parallel" alt="licenses" />
</a>

Or the licenses badge code for the 0.9.1 version:

[![licenses](https://licenses.dev/b/cargo/ndarray-parallel/0.9.1)](https://licenses.dev/cargo/ndarray-parallel/0.9.1)
<a href="https://licenses.dev/cargo/ndarray-parallel/0.9.1">
  <img src="https://licenses.dev/b/cargo/ndarray-parallel/0.9.1" alt="licenses" />
</a>
GitHub