A matrix module written in c++ with a python wrapper This is meant to be a project for my benefit so i can A, learn how to use ctypes, and B get practice writing fast efficient code (although i dont think this will be very fast or efficient)
list of features implemented -Matrix addition/subtraction Yes -Matrix vector product Yes -Matrix scalar product Yes -Calcuate transpose Yes
Note: Im done with this project, so no more changes, updates and stuff