Skip to content

FearlessSniper/Matrix-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Implementation

Summary

This repository has code that implements basic matrix operations. Their sole purpose are to test and demonstrate the two main algorithms of fast matrix multiplication, namely the traditional/naive algorithm and the Strassen algorithm. It will also contain runtime tests.

Build

This project is equipped with CMake. Simply use the CMake build idiom:

mkdir build && cd build
cmake ..
cmake --build .

Run

All executables are built in build/app after build. Simply run the executables.

About

Simple implementation of some matrix multiplication algorithms in C++.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors