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.