There was an error fetching the commit references. Please try again later.
Removed unnecessary getView methods which return non-modifiable view
getConstView should be always used for const operations, because explicit is better than implicit. Overloading one method for cases which have a completely different type (ConstViewType is *not* just a const-qualified ViewType) can be very unclear (or even ambiguous) in certain cases.
parent
10077404
No related branches found
No related tags found
Showing
- src/TNL/Containers/Array.h 0 additions, 14 deletionssrc/TNL/Containers/Array.h
- src/TNL/Containers/Array.hpp 0 additions, 13 deletionssrc/TNL/Containers/Array.hpp
- src/TNL/Containers/ArrayView.h 0 additions, 15 deletionssrc/TNL/Containers/ArrayView.h
- src/TNL/Containers/ArrayView.hpp 0 additions, 13 deletionssrc/TNL/Containers/ArrayView.hpp
- src/TNL/Containers/DistributedArray.h 0 additions, 19 deletionssrc/TNL/Containers/DistributedArray.h
- src/TNL/Containers/DistributedArrayView.h 1 addition, 1 deletionsrc/TNL/Containers/DistributedArrayView.h
- src/TNL/Containers/DistributedArrayView_impl.h 5 additions, 5 deletionssrc/TNL/Containers/DistributedArrayView_impl.h
- src/TNL/Containers/DistributedArray_impl.h 5 additions, 27 deletionssrc/TNL/Containers/DistributedArray_impl.h
- src/TNL/Containers/DistributedVector.h 0 additions, 4 deletionssrc/TNL/Containers/DistributedVector.h
- src/TNL/Containers/DistributedVectorExpressions.h 97 additions, 97 deletionssrc/TNL/Containers/DistributedVectorExpressions.h
- src/TNL/Containers/DistributedVectorView.h 0 additions, 9 deletionssrc/TNL/Containers/DistributedVectorView.h
- src/TNL/Containers/DistributedVectorViewExpressions.h 71 additions, 71 deletionssrc/TNL/Containers/DistributedVectorViewExpressions.h
- src/TNL/Containers/DistributedVectorView_impl.h 8 additions, 31 deletionssrc/TNL/Containers/DistributedVectorView_impl.h
- src/TNL/Containers/DistributedVector_impl.h 9 additions, 31 deletionssrc/TNL/Containers/DistributedVector_impl.h
- src/TNL/Containers/Vector.h 0 additions, 14 deletionssrc/TNL/Containers/Vector.h
- src/TNL/Containers/Vector.hpp 1 addition, 14 deletionssrc/TNL/Containers/Vector.hpp
- src/TNL/Containers/VectorView.h 0 additions, 15 deletionssrc/TNL/Containers/VectorView.h
- src/TNL/Containers/VectorView.hpp 0 additions, 13 deletionssrc/TNL/Containers/VectorView.hpp
- src/TNL/Matrices/DistributedMatrix_impl.h 1 addition, 1 deletionsrc/TNL/Matrices/DistributedMatrix_impl.h
- src/TNL/Matrices/DistributedSpMV.h 3 additions, 3 deletionssrc/TNL/Matrices/DistributedSpMV.h
Loading
Please register or sign in to comment