Added the Strassen's Matrix Multiplication Algorithm #15320
Annotations
4 errors
|
|
|
matrix/strassen_matrix_multiply.py#L186
matrix/strassen_matrix_multiply.py:186:14: RUF001 String contains ambiguous `×` (MULTIPLICATION SIGN). Did you mean `x` (LATIN SMALL LETTER X)?
|
|
matrix/strassen_matrix_multiply.py#L183
matrix/strassen_matrix_multiply.py:183:5: N816 Variable `matrix_B` in global scope should not be mixedCase
|
|
matrix/strassen_matrix_multiply.py#L182
matrix/strassen_matrix_multiply.py:182:5: N816 Variable `matrix_A` in global scope should not be mixedCase
|
The logs for this run have expired and are no longer available.
Loading