Skip to content
Snippets Groups Projects
Commit 1cbdc9d7 authored by Lukas Cejka's avatar Lukas Cejka Committed by Tomáš Oberhuber
Browse files

Updated the TODO.

parent ad20d152
No related branches found
No related tags found
1 merge request!16Matrices
......@@ -16,7 +16,7 @@
* getSerializationTypeVirtual() ::TEST? This just calls getSerializationType().
* setDimensions() ::DONE
* setCompressedRowLengths() ::DONE
* getRowLength() ::USED! in test_setCompressedRowLengths() to verify the test.
* getRowLength() ::USED! in test_SetCompressedRowLengths() to verify the test itself.
* getRowLengthFast() ::TEST? How to test __cuda_callable__?
* setLike() ::DONE
* reset() ::DONE
......@@ -25,11 +25,11 @@
* addElementFast() ::TEST? How to test __cuda_callable__?
* addElement() ::HOW? How to use the thisElementMultiplicator? Does it need testing?
* setRowFast() ::TEST? How to test __cuda_callable__?
* setRow()
* setRow() ::DONE
* addRowFast() ::TEST? How to test __cuda_callable__?
* addRow()
* addRow() ::NOT IMPLEMENTED! Implement? Is it supposed to add an extra row to the matrix or arr elements of a row to another row in the matrix?
* getElementFast() ::TEST? How to test __cuda_callable__?
* getElement()
* getElement() ::USED! in test_SetElement(), test_AddElement() and test_setRow() to verify the test itself.
* getRowFast() ::TEST? How to test __cuda_callable__?
* MatrixRow getRow() ::TEST? How to test __cuda_callable__?
* ConstMatrixRow getRow() ::TEST? How to test __cuda_callable__?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment