Skip to content

DragonRocket/MatMul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MatMul

'Bigger Matrices! Not a problem'


Table of Contents

[TOCM]

[TOC]

Features


Matrix Multiplier with following features

Multithreading Supported Multiple Output Choice Error Handling Efficient

Tech


MatMul is completely written in C Language. It can efficiently multiply two matrices using threads.

Installation


MatMul requires GCC, GDB and make to run.

Install all dependencies before installation

Dependencies Installation (for debian based linux)
  1. open terminal
  2. run the following commands on terminal
sudo apt update -y
sudo apt upgrade -y
sudo apt install make -y
sudo apt install gdb -y
sudo apt install gcc -y
MatMul Installation
  1. extract the zip
  2. open the terminal in the extracted folder
  3. run the following command on terminal
make

RUN


Execute either way

Enter following commands on terminal

One Way
make run FILE1=pathToFile1 FILE2=pathToFile2
Another Way
./bin/main pathToFile1 pathToFile1file2

Additional Command


  • To remove the previous build
make clean

END


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published