Multidimensional Arrays
ndarray-pixels
TypeScript definitions for ndarray
Common operations for ndarray arrays
Return a data type from a string representing the type
Resize an ndarray with Lanczos resampling
BLAS Level 1 operations for ndarrays
Packs an array-of-arrays into a single ndarray
Pooled memory for ndarrays
Multidimensional arrays.
invert a 2d matrix using Gaussian elimination
LU decomposition using the crout algorithm
Cholesky Factorization of ndarrays
Validates if a value is ndarray-like.
Reads the pixels of an image as an ndarray
Multilinear interplation for ndarrays
Finds the gradient of an ndarray using finite differences
Get a view of the diagonal entries of an ndarray
Return an object mapping supported data type strings to data type objects.
Sorts ndarrays in place
TypeScript definitions for ndarray-ops
General purpose level set extraction
Computes the determinant of an ndarray
Return the number of bytes per element for a provided underlying ndarray data type.
Implementation of the einsum function for the Rust ndarray crate. Fork of https://github.com/oracleofnj/einsum
Implementation of the einsum function for the Rust ndarray crate. As popularized in numpy, einsum (Einstein summation) implements general multidimensional tensor contraction. Many linear algebra operations and generalizations of those operations can be expressed as special cases of tensor contraction.