Skip to content
Snippets Groups Projects
  1. Nov 10, 2018
    • Lukas Cejka's avatar
      Implement changes: · 1996cd77
      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.
      1996cd77
  2. Nov 08, 2018
  3. Nov 07, 2018
  4. Nov 05, 2018
  5. Nov 04, 2018
  6. Nov 03, 2018
  7. Nov 02, 2018
  8. Oct 31, 2018
    • Lukas Cejka's avatar
      In SparseMatrixCopyTest.h: · b3acbedc
      Lukas Cejka authored
      	Added setup and check for UnevenRowSizeMatrix of size 10x6.
      	Commented out their use in the testCopyAssigment and testConversion
      functions.
      b3acbedc
    • Lukas Cejka's avatar
      In sparseMatrixCopyTest.h: · db46edb9
      Lukas Cejka authored
      	Cleaned up the testCopyAssignment and testConversion functions to enable clean use of the the Anti Tri Diag Matrix setup and check.
      db46edb9
  9. Oct 29, 2018
    • Lukas Cejka's avatar
      In SparseMatrixCopyTest.h: · 0bdbcddc
      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.
      0bdbcddc
  10. Oct 16, 2018
Loading