Mercurial > hg > octave-lyh
comparison src/Cell.h @ 4915:c638c144d4da
[project @ 2004-07-23 19:01:22 by jwe]
author | jwe |
---|---|
date | Fri, 23 Jul 2004 19:01:23 +0000 |
parents | 35bfb4e0b96b |
children | 43f4ebd2704c |
comparison
equal
deleted
inserted
replaced
4914:1c0442da75fd | 4915:c638c144d4da |
---|---|
97 boolMatrix all (int dim = 0) const { return boolMatrix (); } | 97 boolMatrix all (int dim = 0) const { return boolMatrix (); } |
98 | 98 |
99 // XXX FIXME XXX | 99 // XXX FIXME XXX |
100 boolMatrix any (int dim = 0) const { return boolMatrix (); } | 100 boolMatrix any (int dim = 0) const { return boolMatrix (); } |
101 | 101 |
102 int cat (const Cell& ra_arg, int dim, int iidx, int move); | 102 friend Cell concat (const Cell& ra, const Cell& rb, const Array<int>& ra_idx); |
103 | |
104 Cell& insert (const Cell& a, int r, int c); | |
105 Cell& insert (const Cell& a, const Array<int>& ra_idx); | |
103 | 106 |
104 // XXX FIXME XXX | 107 // XXX FIXME XXX |
105 bool is_true (void) const { return false; } | 108 bool is_true (void) const { return false; } |
106 | 109 |
107 static octave_value resize_fill_value (void) { return Matrix (); } | 110 static octave_value resize_fill_value (void) { return Matrix (); } |