iskorotkov / matrix-multiplication

Comparison between naive matrix multiplication and the Strassen algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matrix multiplication

Comparison between naive matrix multiplication and the Strassen algorithm.

Main features

  • naive matrix multiplication
  • Strassen multiplication algorithm

Additional features

  • benchmark for comparing methods performance
  • parser for reading matrices from any source (console, text file, string)
  • matrix generator for creating random matrices

Info

Project structure (ru)

About

Comparison between naive matrix multiplication and the Strassen algorithm.


Languages

Language:C# 100.0%