Changeset 808 for trunk/yat/utility/matrix.h
- Timestamp:
- Mar 15, 2007, 9:07:01 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/matrix.h
r792 r808 9 9 Copyright (C) 2005 Jari Häkkinen, Peter Johansson, Markus Ringnér 10 10 Copyright (C) 2006 Jari Häkkinen, Peter Johansson 11 Copyright (C) 2007 Jari Häkkinen 11 Copyright (C) 2007 Jari Häkkinen, Peter Johansson 12 12 13 13 This file is part of the yat library, http://lev.thep.lu.se/trac/yat … … 146 146 147 147 This function will make a deep copy of \a other. Memory is 148 resized and view state is changed if needed.148 resized and view state is changed to same as in other. 149 149 */ 150 150 const matrix& clone(const matrix& other); … … 201 201 */ 202 202 void mul(const matrix& b); 203 204 /// 205 /// @breif resize matrix 206 /// 207 /// All elements are set to @a init_value. 208 /// 209 void resize(size_t, size_t, double init_value=0); 203 210 204 211 ///
Note: See TracChangeset
for help on using the changeset viewer.