comparison src/oct-map.h @ 4806:d3bd9c04147f

[project @ 2004-03-02 05:12:32 by jwe]
author jwe
date Tue, 02 Mar 2004 05:12:33 +0000
parents 7dcb696159ac
children 6430596f2238
comparison
equal deleted inserted replaced
4805:b0d6da24caeb 4806:d3bd9c04147f
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 int numel (void) const; 119 int numel (void) const;
120 120
121 int cat (const Octave_map& ra_arg, int dim, int iidx, int move);
122
121 Octave_map& assign (const octave_value_list& idx, const Octave_map& rhs); 123 Octave_map& assign (const octave_value_list& idx, const Octave_map& rhs);
122 124
123 Octave_map& assign (const octave_value_list& idx, const std::string& k, 125 Octave_map& assign (const octave_value_list& idx, const std::string& k,
124 const Cell& rhs); 126 const Cell& rhs);
125 127