-
- Downloads
Merge branch 'feature/nan-output-for-vectors-and-matrices' into 'develop'
Add NaNHelper utility See merge request !105
No related branches found
No related tags found
Showing
- src/algebra/CRSMatrix.hpp 3 additions, 3 deletionssrc/algebra/CRSMatrix.hpp
- src/algebra/CRSMatrixDescriptor.hpp 3 additions, 2 deletionssrc/algebra/CRSMatrixDescriptor.hpp
- src/algebra/DenseMatrix.hpp 15 additions, 0 deletionssrc/algebra/DenseMatrix.hpp
- src/algebra/TinyMatrix.hpp 3 additions, 2 deletionssrc/algebra/TinyMatrix.hpp
- src/algebra/TinyVector.hpp 3 additions, 2 deletionssrc/algebra/TinyVector.hpp
- src/algebra/Vector.hpp 1 addition, 4 deletionssrc/algebra/Vector.hpp
- src/utils/Array.hpp 12 additions, 0 deletionssrc/utils/Array.hpp
- src/utils/NaNHelper.hpp 43 additions, 0 deletionssrc/utils/NaNHelper.hpp
- src/utils/Table.hpp 14 additions, 0 deletionssrc/utils/Table.hpp
- tests/CMakeLists.txt 1 addition, 0 deletionstests/CMakeLists.txt
- tests/test_Array.cpp 37 additions, 0 deletionstests/test_Array.cpp
- tests/test_DenseMatrix.cpp 37 additions, 0 deletionstests/test_DenseMatrix.cpp
- tests/test_NaNHelper.cpp 38 additions, 0 deletionstests/test_NaNHelper.cpp
- tests/test_Table.cpp 48 additions, 13 deletionstests/test_Table.cpp
- tests/test_TinyMatrix.cpp 16 additions, 0 deletionstests/test_TinyMatrix.cpp
- tests/test_TinyVector.cpp 15 additions, 0 deletionstests/test_TinyVector.cpp
- tests/test_Vector.cpp 25 additions, 6 deletionstests/test_Vector.cpp
Loading
Please register or sign in to comment