There was an error fetching the commit references. Please try again later.
Removed unused addElement method from all vector types
It is very slow and unnecessary - the user can easily use operator[] or getElement and setElement for any operation with a single element, not just addition.
parent
c3b7c004
No related branches found
No related tags found
Showing
- src/TNL/Containers/Algorithms/VectorOperations.h 0 additions, 22 deletionssrc/TNL/Containers/Algorithms/VectorOperations.h
- src/TNL/Containers/Algorithms/VectorOperationsCuda_impl.h 0 additions, 21 deletionssrc/TNL/Containers/Algorithms/VectorOperationsCuda_impl.h
- src/TNL/Containers/Algorithms/VectorOperationsHost_impl.h 0 additions, 21 deletionssrc/TNL/Containers/Algorithms/VectorOperationsHost_impl.h
- src/TNL/Containers/DistributedVector.h 0 additions, 8 deletionssrc/TNL/Containers/DistributedVector.h
- src/TNL/Containers/DistributedVector.hpp 0 additions, 34 deletionssrc/TNL/Containers/DistributedVector.hpp
- src/TNL/Containers/DistributedVectorView.h 0 additions, 8 deletionssrc/TNL/Containers/DistributedVectorView.h
- src/TNL/Containers/DistributedVectorView.hpp 0 additions, 34 deletionssrc/TNL/Containers/DistributedVectorView.hpp
- src/TNL/Containers/Vector.h 0 additions, 21 deletionssrc/TNL/Containers/Vector.h
- src/TNL/Containers/Vector.hpp 0 additions, 26 deletionssrc/TNL/Containers/Vector.hpp
- src/TNL/Containers/VectorView.h 0 additions, 10 deletionssrc/TNL/Containers/VectorView.h
- src/TNL/Containers/VectorView.hpp 0 additions, 21 deletionssrc/TNL/Containers/VectorView.hpp
Please register or sign in to comment