1. Only showing results from lib.rs

    Clear filter to show all search results

  2. Aug 31, 2024Multidimensional array for Rust Overview. The mdarray crate provides a multidimensional array for Rust. Its main target is for numeric types, however generic types are supported as well. The purpose is to provide a generic container type that is simple and flexible to use, with interworking to other crates for e.g. BLAS/LAPACK functionality.
  3. Nov 14, 2023The focus of this library is to provide an easy and bug-free way of programming with multi-dimensional arrays. In particular: The internal representation of an array is dense (a boxed slice) but not SIMD optimized (unless you explicitly make an array of a SIMD type).
  4. 102 downloads per month Used in candlelighter. MIT/Apache. 27KB 523 lines. This library provides ways to create and deal with multi-dimensional arrays. It basically tries to generalize Box<[T]>, &[T] and &mut[T] to multiple dimensions with some convenient methods that allow you to slice views, create lower-dimensional slices of it, subsampled or reversed views or even swap dimensions (for ...
  5. An n-dimensional array for general elements and for numerics. Lightweight array views and slicing; views support chunking and splitting. v 0.16.1 1.3M no-std # array # matrix # multi-dimensional # matrix-operations # blas # multidimensional-array # higher-order. roaring. A better compressed bitset - pure Rust implementation.
  6. Aug 14, 2024lib.rs: . The ndarray crate provides an n-dimensional container for general elements and for numerics.. In 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.
  7. 7 days agoWelcome to RSTSR, a n-dimensional tensor toolkit library, in native rust. This crate will be a building block for scientific computation in native Rust, similar to NumPy of Python. Features. Simple syntex (looks like NumPy, and some core concepts from rust crate ndarray). % (remainder) as matrix multiplication (you can &a % &b to perform a ...
  8. Jan 16, 2025It provides constructs for handling DICOM pixel data and is responsible for decoding pixel data elements into images or multi-dimensional arrays. This crate is part of the DICOM-rs project. Binary. dicom-pixeldata also offers the dicom-transcode command-line tool (enable Cargo feature cli). You can use it to transcode a DICOM file to another ...
  9. Can’t find what you’re looking for?

    Help us improve DuckDuckGo searches with your feedback

Custom date rangeX