comparison src/oct-map.h @ 4936:e63617efbd3f

[project @ 2004-08-06 16:18:17 by jwe]
author jwe
date Fri, 06 Aug 2004 16:18:18 +0000
parents c638c144d4da
children e71be9c548f2
comparison
equal deleted inserted replaced
4935:4fc993a4e072 4936:e63617efbd3f
114 114
115 dim_vector dims (void) const { return dimensions; } 115 dim_vector dims (void) const { return dimensions; }
116 116
117 Octave_map reshape (const dim_vector& new_dims) const; 117 Octave_map reshape (const dim_vector& new_dims) const;
118 118
119 Octave_map resize (const dim_vector& dv) const;
120
119 int numel (void) const; 121 int numel (void) const;
120 122
121 friend Octave_map concat (const Octave_map& ra, const Octave_map& rb, 123 friend Octave_map concat (const Octave_map& ra, const Octave_map& rb,
122 const Array<int>& ra_idx); 124 const Array<int>& ra_idx);
123 125