-
Notifications
You must be signed in to change notification settings - Fork 16
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
Relocated "fill*" methods #13
Conversation
Tests should be modified(the functions are shifted, so appropriate updates should be made there as well). The instantiated template files are also required to be updated. You can run tests locally using, |
Co-Authored-By: Gagandeep Singh <[email protected]>
Making this fork up to date
updating this branch
@@ -19,9 +18,15 @@ We are using the following technologies in our project, | |||
4. Google Test | |||
5. Boost.Python | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
README.md
Outdated
======= | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
======= |
Co-Authored-By: Gagandeep Singh <[email protected]>
Co-Authored-By: Gagandeep Singh <[email protected]>
Closing in favour of #27 |
#10
Removed
fill
method from the matrix and vector classes present indata structures.hpp
,data_structures_impl.cpp
,cuda_data_structures.hpp
andcuda_data_structures_impl.hpp
moved them tooperations.hpp
andoperations_impl.cpp.
Also removed multiply, product functions from
data structures.hpp
anddata_structures_impl.cpp
and moved them to operations.hpp and operations_impl.cpp.Added comments to the re-located functions.