Mercurial > hg > octave-lyh
comparison src/ov-cx-mat.cc @ 2962:5e0fe4c5d52f
[project @ 1997-05-12 03:13:57 by jwe]
author | jwe |
---|---|
date | Mon, 12 May 1997 03:21:56 +0000 |
parents | 4e7bea116f24 |
children | ebbc34ff7f66 |
comparison
equal
deleted
inserted
replaced
2961:8a77d52c9d02 | 2962:5e0fe4c5d52f |
---|---|
87 | 87 |
88 return retval; | 88 return retval; |
89 } | 89 } |
90 | 90 |
91 octave_value | 91 octave_value |
92 octave_complex_matrix::index (const octave_value_list& idx) const | 92 octave_complex_matrix::do_index_op (const octave_value_list& idx) const |
93 { | 93 { |
94 octave_value retval; | 94 octave_value retval; |
95 | 95 |
96 int len = idx.length (); | 96 int len = idx.length (); |
97 | 97 |