comparison src/ov-base.h @ 4567:fc30061d01da

[project @ 2003-10-29 20:11:15 by jwe]
author jwe
date Wed, 29 Oct 2003 20:11:16 +0000
parents 742993a501b9
children cb1b4271643c
comparison
equal deleted inserted replaced
4566:30ba814d6700 4567:fc30061d01da
93 octave_value subsasgn (const std::string& type, 93 octave_value subsasgn (const std::string& type,
94 const std::list<octave_value_list>& idx, 94 const std::list<octave_value_list>& idx,
95 const octave_value& rhs); 95 const octave_value& rhs);
96 96
97 dim_vector dims (void) const { return dim_vector (-1, -1); } 97 dim_vector dims (void) const { return dim_vector (-1, -1); }
98
99 octave_value reshape (const dim_vector&) const;
98 100
99 bool is_defined (void) const { return false; } 101 bool is_defined (void) const { return false; }
100 102
101 bool is_cell (void) const { return false; } 103 bool is_cell (void) const { return false; }
102 104