-
- Downloads
There was an error fetching the commit references. Please try again later.
Fixed and simplified copy- and move-constructors in segments
Move-constructors with a 'const' argument do not make sense. And the ChunkedEllpack and SlicedEllpack implementations did not even use std::move!
Showing
- src/TNL/Algorithms/Segments/BiEllpack.h 2 additions, 3 deletionssrc/TNL/Algorithms/Segments/BiEllpack.h
- src/TNL/Algorithms/Segments/BiEllpack.hpp 0 additions, 30 deletionssrc/TNL/Algorithms/Segments/BiEllpack.hpp
- src/TNL/Algorithms/Segments/BiEllpackView.h 2 additions, 2 deletionssrc/TNL/Algorithms/Segments/BiEllpackView.h
- src/TNL/Algorithms/Segments/BiEllpackView.hpp 0 additions, 30 deletionssrc/TNL/Algorithms/Segments/BiEllpackView.hpp
- src/TNL/Algorithms/Segments/CSR.h 2 additions, 2 deletionssrc/TNL/Algorithms/Segments/CSR.h
- src/TNL/Algorithms/Segments/CSR.hpp 0 additions, 19 deletionssrc/TNL/Algorithms/Segments/CSR.hpp
- src/TNL/Algorithms/Segments/CSRView.h 2 additions, 2 deletionssrc/TNL/Algorithms/Segments/CSRView.h
- src/TNL/Algorithms/Segments/CSRView.hpp 0 additions, 20 deletionssrc/TNL/Algorithms/Segments/CSRView.hpp
- src/TNL/Algorithms/Segments/ChunkedEllpack.h 2 additions, 2 deletionssrc/TNL/Algorithms/Segments/ChunkedEllpack.h
- src/TNL/Algorithms/Segments/ChunkedEllpack.hpp 0 additions, 38 deletionssrc/TNL/Algorithms/Segments/ChunkedEllpack.hpp
- src/TNL/Algorithms/Segments/ChunkedEllpackView.h 2 additions, 2 deletionssrc/TNL/Algorithms/Segments/ChunkedEllpackView.h
- src/TNL/Algorithms/Segments/ChunkedEllpackView.hpp 0 additions, 38 deletionssrc/TNL/Algorithms/Segments/ChunkedEllpackView.hpp
- src/TNL/Algorithms/Segments/Ellpack.h 2 additions, 2 deletionssrc/TNL/Algorithms/Segments/Ellpack.h
- src/TNL/Algorithms/Segments/Ellpack.hpp 0 additions, 22 deletionssrc/TNL/Algorithms/Segments/Ellpack.hpp
- src/TNL/Algorithms/Segments/EllpackView.h 2 additions, 2 deletionssrc/TNL/Algorithms/Segments/EllpackView.h
- src/TNL/Algorithms/Segments/EllpackView.hpp 0 additions, 22 deletionssrc/TNL/Algorithms/Segments/EllpackView.hpp
- src/TNL/Algorithms/Segments/SlicedEllpack.h 2 additions, 2 deletionssrc/TNL/Algorithms/Segments/SlicedEllpack.h
- src/TNL/Algorithms/Segments/SlicedEllpack.hpp 0 additions, 26 deletionssrc/TNL/Algorithms/Segments/SlicedEllpack.hpp
- src/TNL/Algorithms/Segments/SlicedEllpackView.h 2 additions, 2 deletionssrc/TNL/Algorithms/Segments/SlicedEllpackView.h
- src/TNL/Algorithms/Segments/SlicedEllpackView.hpp 0 additions, 26 deletionssrc/TNL/Algorithms/Segments/SlicedEllpackView.hpp
Loading
Please register or sign in to comment