Skip to content

olutosinbanjo/python-linalgebra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

python-linalgebra

Collection of python programs for linear algebra (...progress):

Matrix Multiplication

  1. square matrix multiplication : Compare timings for square matrix multiplication using for loop and Numpy dot() function.
  2. native and optimized matrix-matrix multiplication : Compare timing performance of a looped native and optimized (loop unrolling) square matrix-matrix implementation with numpy.dot() square matrix-matrix multiplication implementation. See definitions, results (for size = 10, 20 and 30) and conclusion in matrix_multiply_loop_unroll.pdf

About

Collection of python programs for linear algebra

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages