A complete computer science study plan to become a software engineer.
computer-science
algorithm
algorithms
interview
data-structures
software-engineering
coding-interviews
study-plan
interview-prep
interview-preparation
coding-interview
programming-interviews
-
Updated
May 13, 2022
Describe your issue.
Currently, applying the
**
operator to a sparse array implements thenumpy.linalg.matrix_power
function. This is not compatible with thenp.array
implementation of**
, which does element-wise power. This should be fixed as part of the migration from sparse "matrices" to sparse "arrays". Additionally, thematrix_power
function should then also be included in the