Mercurial > hg > octave-lyh
comparison src/ov-struct.h @ 4936:e63617efbd3f
[project @ 2004-08-06 16:18:17 by jwe]
author | jwe |
---|---|
date | Fri, 06 Aug 2004 16:18:18 +0000 |
parents | 62f2fb593455 |
children | 48d0defe9445 |
comparison
equal
deleted
inserted
replaced
4935:4fc993a4e072 | 4936:e63617efbd3f |
---|---|
91 size_t byte_size (void) const; | 91 size_t byte_size (void) const; |
92 | 92 |
93 octave_value reshape (const dim_vector& new_dims) const | 93 octave_value reshape (const dim_vector& new_dims) const |
94 { return map.reshape (new_dims); } | 94 { return map.reshape (new_dims); } |
95 | 95 |
96 octave_value resize (const dim_vector& dv) const | |
97 { return map.resize (dv); } | |
98 | |
96 bool is_defined (void) const { return true; } | 99 bool is_defined (void) const { return true; } |
97 | 100 |
98 bool is_constant (void) const { return true; } | 101 bool is_constant (void) const { return true; } |
99 | 102 |
100 bool is_map (void) const { return true; } | 103 bool is_map (void) const { return true; } |