Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 474 Bytes

File metadata and controls

13 lines (10 loc) · 474 Bytes

fast_matrix

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