1 repository
Changing the dimensions of an array while preserving its elements.
Distinct from Array Manipulations: Distinct from Array Manipulations: specifically targets the changing of dimensions (shape) rather than element modification
Explore 1 awesome GitHub repository matching scientific & mathematical computing · Array Reshaping. Refine with filters or upvote what's useful.
ndarray is a multidimensional array library for Rust that serves as a linear algebra framework and scientific computing tool. It provides the core infrastructure for creating and manipulating n-dimensional arrays, functioning as both a parallel array processor and a toolkit for numerical data analysis. The library distinguishes itself by providing efficient slicing and memory views, allowing for data sharing without copying. It leverages optimized backend math libraries for high-speed matrix multiplication and distributes heavy mathematical iterations across multiple CPU threads to accelerate
Changes the dimensions of an array while preserving elements and specifying memory layout order.