Skip to content

Added the Strassen's Matrix Multiplication Algorithm #15320

Added the Strassen's Matrix Multiplication Algorithm

Added the Strassen's Matrix Multiplication Algorithm #15320

Triggered via pull request October 14, 2025 08:11
Status Failure
Total duration 10s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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