PEC-CSS / slowmokit

Library which can be used for machine learning in C++.
https://pec-css.github.io/slowmokit/
GNU General Public License v2.0
17 stars 16 forks source link

Feature: Implement matrix multiplication #19

Closed UtkarshGoelUT closed 1 year ago

Ishwarendra commented 1 year ago

Hey, I would like to contribute but first I want to know if it is just 2D matrix multiplication?

UtkarshGoelUT commented 1 year ago

Hey Yes, 2D matrix multiplication would suffice. Please create a separate class for Matrix and overload the operators there.