Changeset 811 for trunk/yat/utility/matrix.h
- Timestamp:
- Mar 16, 2007, 2:00:31 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/matrix.h
r810 r811 202 202 void mul(const matrix& b); 203 203 204 /// 205 /// @brief Resize matrix 206 /// 207 /// All elements are set to @a init_value. 208 /// 204 /** 205 \brief Resize matrix 206 207 All elements are set to @a init_value. 208 209 \note underlying GSL matrix is destroyed and a view into this 210 matrix becomes invalid. 211 */ 209 212 void resize(size_t, size_t, double init_value=0); 210 213
Note: See TracChangeset
for help on using the changeset viewer.