Skip to content

Project in Assembly that calculates Distances using Matrix Multiplication

Notifications You must be signed in to change notification settings

CapitanuAndreea/Matrix-Multiplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Matrix Multiplication in Assembly

"MatrixMul.s" generates the adjacency matrix for a given input and outputs it.

"Distances.s" calculates the paths of distance n, by multiplying the adjacency matrix n times. The space needed for the auxiliary matrix calculated is allocated with mmap2 and deallocated with munmap.

About

Project in Assembly that calculates Distances using Matrix Multiplication

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published