2 repository-uri
Merges a collection of arrays into a single flat collection by removing one level of nesting.
Distinct from Array Combinations: Distinct from Array Combinations: focuses on flattening nested arrays into one level, not concatenating or stacking multiple arrays.
Explore 2 awesome GitHub repositories matching scientific & mathematical computing · Array Collapsing. Refine with filters or upvote what's useful.
collect.js is a dependency-free JavaScript library that provides a fluent, chainable interface for manipulating arrays and objects. It mirrors the Laravel Collection API, offering a consistent set of methods for data transformation across JavaScript and Laravel backend environments. The library stores collection data as plain arrays internally and supports fluent method chaining, where each method returns a new collection instance. The library distinguishes itself by closely replicating the Laravel Collection API in JavaScript, mapping each PHP method to an equivalent JavaScript implementatio
Merges a collection of arrays into a single flat collection.
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
Collapses multidimensional arrays into one-dimensional sequences while preserving element order.