- Nov 10, 2018
-
-
Lukas Cejka authored
Added getType test error location, commented out its tests. Added visual representation of used matrices in tests. Added working and correct version of addElement test. Fixed vectorProduct test for Host, CUDA throws illegal memory access. Fixed performSORIteration for Host, CUDA throws segmentation fault. Fixed load/save test to not use a path. Added test for print function. Reformatted code. Added messages thrown for CUDA errors into tests, so that the whole test doesn't crash after those errors. Updated TODO.
-
- Nov 08, 2018
-
-
Lukas Cejka authored
-
- Nov 07, 2018
-
-
Lukas Cejka authored
Added another approach using Vector.h for test of vectorProduct function. Added a concept test of performSORIteration function. Added test for save and load functions. Updated TODO.
-
- Nov 05, 2018
-
-
Lukas Cejka authored
Adding commented-out, provisional and non-functioning test for vectorProduct function. Adding only for backup purposes.
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
-
- Nov 04, 2018
-
-
Lukas Cejka authored
-
Lukas Cejka authored
Added format dependent test for the setElement function. This is format dependent, because setElement won't work without setting rowLengths.
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
Added TODOs to implement rowPointer test for setCompressedRowLengths and setDimensions test functions.
-
Lukas Cejka authored
-
Lukas Cejka authored
assuming that getRowLength() works correctly and doesn't need to be tested.
-
Lukas Cejka authored
Added test for setDimensions function. This test is correct assuming that getRows() and getColumns() work correctly and don't need to be tested.
-
Lukas Cejka authored
Divided testGetType into separate functions, one for Host and one for CUDA, to avoid non-CUDA systems having difficulties.
-
- Nov 03, 2018
-
-
Lukas Cejka authored
-
Lukas Cejka authored
Was using EXPECT_STREQ, instead of EXPECT_EQ.
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
Create the testGetType and its corresponding gtest.
-
Lukas Cejka authored
-
Lukas Cejka authored
-
Lukas Cejka authored
Edited formatting in SparseMatrxTest.h
-
- Nov 02, 2018
-
-
Lukas Cejka authored
Initial import of .cpp .cu .h files for the new test.
-
Lukas Cejka authored
Reformatted testCopyAssignment and testConversion to work with SCOPED_TRACE.
-
Lukas Cejka authored
Renamed different tested and copied matrices in the testCopyAssignment and testConversion functions.
-
Lukas Cejka authored
Set appropriate row lengths in the setup of the Uneven Row Size matrix.
-
- Oct 31, 2018
-
-
Lukas Cejka authored
Added setup and check for UnevenRowSizeMatrix of size 10x6. Commented out their use in the testCopyAssigment and testConversion functions.
-
Lukas Cejka authored
Cleaned up the testCopyAssignment and testConversion functions to enable clean use of the the Anti Tri Diag Matrix setup and check.
-
- Oct 29, 2018
-
-
Lukas Cejka authored
Changed the name of "setupMatrix" to "setupTriDiagMatrix". Added a setup and check for the AntiTrigDiagMatrix. Commented out the TriDiagMatrix setups and checks in order to verify the validity of the new AntiTriDiagMatrix.
-
- Oct 16, 2018
-
-
Jakub Klinkovský authored
-
Jakub Klinkovský authored
-