comparison liboctave/so-array.h @ 5275:23b37da9fd5b

[project @ 2005-04-08 16:07:35 by jwe]
author jwe
date Fri, 08 Apr 2005 16:07:37 +0000
parents e35b034d3523
children 4c8a2e4e0717
comparison
equal deleted inserted replaced
5274:eae7b40388e9 5275:23b37da9fd5b
62 { return ArrayN<std::streamoff>::squeeze (); } 62 { return ArrayN<std::streamoff>::squeeze (); }
63 63
64 boolNDArray all (int dim = -1) const; 64 boolNDArray all (int dim = -1) const;
65 boolNDArray any (int dim = -1) const; 65 boolNDArray any (int dim = -1) const;
66 66
67 static int compute_index (Array<int>& ra_idx, 67 static octave_idx_type compute_index (Array<int>& ra_idx,
68 const dim_vector& dimensions); 68 const dim_vector& dimensions);
69 69
70 static std::streamoff resize_fill_value (void) { return 0; } 70 static std::streamoff resize_fill_value (void) { return 0; }
71 }; 71 };
72 72