Changeset 1129 for trunk/yat/utility/Vector.h
- Timestamp:
- Feb 23, 2008, 7:05:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/Vector.h
r1120 r1129 122 122 \note Underlying GSL vector is destroyed and a view into this 123 123 Vector becomes invalid. 124 125 \throw GSL_error if memory allocation fails. 124 126 */ 125 127 void resize(size_t, double init_value=0); … … 131 133 132 134 \return A const reference to the resulting Vector. 135 136 \throw GSL_error if assignment fails. 133 137 */ 134 138 const Vector& operator=(const Vector&); … … 140 144 141 145 \return A const reference to the resulting Vector. 146 147 \throw GSL_error if assignment fails. 142 148 */ 143 149 const Vector& operator=(const VectorBase&);
Note: See TracChangeset
for help on using the changeset viewer.