Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed "fill" method from matrix and vector classes. Also removed product, multiply functions and added them to operation module. #12

Conversation

bits2zbytes
Copy link
Contributor

@bits2zbytes bits2zbytes commented Mar 19, 2020

#10

Removed fill method from the matrix and vector classes present in data structures.hpp and data_structures_impl.cpp and moved them to operations.hpp and operations_impl.cpp.

Also removed multiply, product functions from data structures.hpp and data_structures_impl.cpp and moved them to operations.hpp and operations_impl.cpp.

@bits2zbytes bits2zbytes deleted the Remove_fill_from_matrix_and_vector branch March 19, 2020 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants