comparison liboctave/chNDArray.h @ 4758:a308566c8b42

[project @ 2004-02-13 23:01:34 by jwe]
author jwe
date Fri, 13 Feb 2004 23:01:34 +0000
parents 7b957b442818
children bec345670e56
comparison
equal deleted inserted replaced
4757:c48180a45d34 4758:a308566c8b42
69 69
70 // XXX FIXME XXX -- this is not quite the right thing. 70 // XXX FIXME XXX -- this is not quite the right thing.
71 71
72 boolNDArray all (int dim = -1) const; 72 boolNDArray all (int dim = -1) const;
73 boolNDArray any (int dim = -1) const; 73 boolNDArray any (int dim = -1) const;
74 74 bool cat (charNDArray& cat_array, int dim, int add_dim) const;
75
75 charMatrix matrix_value (void) const; 76 charMatrix matrix_value (void) const;
76 77
77 charNDArray squeeze (void) const { return ArrayN<char>::squeeze (); } 78 charNDArray squeeze (void) const { return ArrayN<char>::squeeze (); }
78 79
79 static void increment_index (Array<int>& ra_idx, 80 static void increment_index (Array<int>& ra_idx,