Changeset 4106
- Timestamp:
- Sep 27, 2021, 4:16:35 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/Matrix.h
r3999 r4106 744 744 same size. References and iterators are not invalidated. 745 745 746 If you use c++11, do not care about iterators and references,747 std::swap is typically faster (only swapping a couple of pointers)746 If you do not care about iterators and references, std::swap is 747 typically faster (only swapping a couple of pointers). 748 748 749 749 \throw GSL_error if sizes are not equal.
Note: See TracChangeset
for help on using the changeset viewer.