Linear Algebra#

The next functions can be used for computing linear algebra operations with NDArray.

matmul

Computes the matrix product between two Blosc2 NDArrays.

transpose

Returns a Blosc2 NDArray with axes transposed.

matrix_transpose

Transposes a matrix (or a stack of matrices).

permute_dims

Permutes the axes (dimensions) of an array.