Package: wnpp
Severity: wishlist
Owner: Kohei Sendai <
kouhei.sendai@gmail.com>
X-Debbugs-Cc:
debian-devel@lists.debian.org,
kouhei.sendai@gmail.com* Package name : librust-ndarray-dev
Version : 0.16.1
Upstream Contact: Ulrik Sverdrup “bluss”
* URL :
https://github.com/rust-ndarray/ndarray* License : Apache-2.0 or Expat
Programming Lang: Rust
Description : ndarray implements an n-dimensional container for general elements and for numerics.
n n-dimensional we include for example 1-dimensional rows or columns, 2-dimensional matrices, and higher dimensional arrays. If the array has n dimensions, then an element in the array is accessed by using that many indices. Each dimension is also called an axis.
- ndarray is important package for packaging numpy crates
- I’m planning packaging vllm and numpy and ndarray crates are
essential.