licenses.dev

ndarray v0.15.6

An n-dimensional array for general elements and for numerics. Lightweight array views and slicing; views support chunking and splitting.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT24
PackageRelationDependenciesPublished
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
cblas-sys • 0.1.4The package provides bindings to CBLAS (C).DIRECT1
cfg-if • 1.0.0A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. INDIRECT0
crossbeam-deque • 0.8.5Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-utils • 0.8.20Utilities for concurrent programmingINDIRECT0
defmac • 0.2.1A macro to define lambda-like macros inline.DIRECT0
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
itertools • 0.10.5Extra iterator adaptors, iterator methods, free functions, and macros.DIRECT1
libc • 0.2.161Raw FFI bindings to platform libraries like libc. DIRECT0
matrixmultiply • 0.3.9General 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.DIRECT2
num-complex • 0.4.6Complex numbers implementation for RustDIRECT2
num-traits • 0.2.19Numeric traits for generic mathematicsDIRECT1
proc-macro2 • 1.0.88A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rand_core • 0.6.4Core random number generator traits and tools for implementation. INDIRECT4
rand • 0.8.5Random number generators and other randomness functionality. INDIRECT5
rawpointer • 0.2.1Extra 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`. DIRECT0
rayon-core • 1.12.1Core APIs for RayonINDIRECT3
rayon • 1.10.0Simple work-stealing parallelism for RustDIRECT5
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
syn • 2.0.56Parser for Rust source codeINDIRECT3
Apache-2.02
PackageRelationDependenciesPublished
approx • 0.4.0Approximate floating point equality comparisons and assertions.DIRECT2
approx • 0.5.1Approximate floating point equality comparisons and assertions.DIRECT2
unknown1
PackageRelationDependenciesPublished
num-integer • 0.1.46Integer traits and functionsDIRECT2
MIT OR Unlicense1
PackageRelationDependenciesPublished
quickcheck • 1.0.3Automatic property based testing with shrinking.DIRECT6
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.15.6 version:

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