-
Notifications
You must be signed in to change notification settings - Fork 12
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
Implement a combination matrix type with support for read #137
Commits on Aug 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7d3a97e - Browse repository at this point
Copy the full SHA 7d3a97eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc5a117 - Browse repository at this point
Copy the full SHA dc5a117View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05fa34b - Browse repository at this point
Copy the full SHA 05fa34bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3a7726 - Browse repository at this point
Copy the full SHA a3a7726View commit details -
Configuration menu - View commit details
-
Copy full SHA for b23fb49 - Browse repository at this point
Copy the full SHA b23fb49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88642d6 - Browse repository at this point
Copy the full SHA 88642d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8e690f - Browse repository at this point
Copy the full SHA d8e690fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fee0e8 - Browse repository at this point
Copy the full SHA 9fee0e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebf24c0 - Browse repository at this point
Copy the full SHA ebf24c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e60940 - Browse repository at this point
Copy the full SHA 8e60940View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cf003d - Browse repository at this point
Copy the full SHA 4cf003dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 59caa96 - Browse repository at this point
Copy the full SHA 59caa96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5683b6a - Browse repository at this point
Copy the full SHA 5683b6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72cb89e - Browse repository at this point
Copy the full SHA 72cb89eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f633ffa - Browse repository at this point
Copy the full SHA f633ffaView commit details -
Configuration menu - View commit details
-
Copy full SHA for dadee27 - Browse repository at this point
Copy the full SHA dadee27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9428988 - Browse repository at this point
Copy the full SHA 9428988View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6047b65 - Browse repository at this point
Copy the full SHA 6047b65View commit details
Commits on Aug 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 498360b - Browse repository at this point
Copy the full SHA 498360bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8187584 - Browse repository at this point
Copy the full SHA 8187584View commit details -
Configuration menu - View commit details
-
Copy full SHA for bba4718 - Browse repository at this point
Copy the full SHA bba4718View commit details -
Configuration menu - View commit details
-
Copy full SHA for 680dfa6 - Browse repository at this point
Copy the full SHA 680dfa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15f9559 - Browse repository at this point
Copy the full SHA 15f9559View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fd1082 - Browse repository at this point
Copy the full SHA 3fd1082View commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c4753f7 - Browse repository at this point
Copy the full SHA c4753f7View commit details
Commits on Aug 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d83d623 - Browse repository at this point
Copy the full SHA d83d623View commit details
Commits on Aug 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3bab719 - Browse repository at this point
Copy the full SHA 3bab719View commit details -
- Add a unit test for Combination Matrix by using read function
to read matrix data from a file - Add matrix data for the unit test in Matrix Market Exchange Format (.mtx) - Modify the CMake configuration file for HostMatrix in order to copy matrix to the build directory of unit tests
Configuration menu - View commit details
-
Copy full SHA for e8dad8a - Browse repository at this point
Copy the full SHA e8dad8aView commit details
Commits on Aug 14, 2024
-
- Add a mtx file for storing the vector b
- Enable reading the b vector data from the file - Modify the CMake file to copy vector data to the build directory
Configuration menu - View commit details
-
Copy full SHA for 71869fe - Browse repository at this point
Copy the full SHA 71869feView commit details -
- Use a sparse matrix with floating-point numbers to replace the orig…
…inal matrix which consists of integers - Create a mtx file for storing a vector - Remove commented lines of code and reorganize the unit test
Configuration menu - View commit details
-
Copy full SHA for ae2135e - Browse repository at this point
Copy the full SHA ae2135eView commit details -
- Add a unit test for Combination Matrix which stores L, D, and U mat…
…rices - Add 3 mtx files for storing L, D, and U matrices, respectively - Modify the CMake file to copy L, D, and U matrices over to the build directory
Configuration menu - View commit details
-
Copy full SHA for 69e2565 - Browse repository at this point
Copy the full SHA 69e2565View commit details -
Finish the verification of entry values in the unit test for
the function convert_to COO format
Configuration menu - View commit details
-
Copy full SHA for 9049614 - Browse repository at this point
Copy the full SHA 9049614View commit details -
Finish the unit test for the function convert_to COO format.
- Add assertion tests for verifying row and column indices
Configuration menu - View commit details
-
Copy full SHA for 7a7c825 - Browse repository at this point
Copy the full SHA 7a7c825View commit details -
- Implement the function convert_to CSR
- Add a unit test for the function
Configuration menu - View commit details
-
Copy full SHA for dcce316 - Browse repository at this point
Copy the full SHA dcce316View commit details -
- Implement the function move_to COO format for CombinationMatrix class
- Add a unit test for that function
Configuration menu - View commit details
-
Copy full SHA for 3f2c730 - Browse repository at this point
Copy the full SHA 3f2c730View commit details -
- Implement the function move_to CSR format for CombinationMatrix class
- Add a unit test for that function
Configuration menu - View commit details
-
Copy full SHA for 5b6302c - Browse repository at this point
Copy the full SHA 5b6302cView commit details