Welcome to the CuPy-Xarray Notebooks repository for Scipy-2023! This repository contains a collection of Jupyter notebooks that demonstrate the usage of CuPy-Xarray, a library that combines the power ...
Per the title, I am trying to replicate the result from Scipy when multiplying a csr_matrix with an nD array, n>2, specifically where one dimension being multiplied is intentionally a singleton. In ...