Added the Strassen's Matrix Multiplication Algorithm #15320
Annotations
4 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (RUF001):
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)?
|
|
Ruff (N816):
matrix/strassen_matrix_multiply.py#L183
matrix/strassen_matrix_multiply.py:183:5: N816 Variable `matrix_B` in global scope should not be mixedCase
|
|
Ruff (N816):
matrix/strassen_matrix_multiply.py#L182
matrix/strassen_matrix_multiply.py:182:5: N816 Variable `matrix_A` in global scope should not be mixedCase
|