Mercurial > hg > octave-lyh
comparison liboctave/dNDArray.h @ 4532:01ee68d18069
[project @ 2003-10-10 00:49:54 by jwe]
author | jwe |
---|---|
date | Fri, 10 Oct 2003 00:49:55 +0000 |
parents | 508238e65af7 |
children | 79df15d4470c |
comparison
equal
deleted
inserted
replaced
4531:b570d7825fb9 | 4532:01ee68d18069 |
---|---|
66 boolMatrix all (int dim = -1) const; | 66 boolMatrix all (int dim = -1) const; |
67 boolMatrix any (int dim = -1) const; | 67 boolMatrix any (int dim = -1) const; |
68 | 68 |
69 Matrix matrix_value (void) const; | 69 Matrix matrix_value (void) const; |
70 | 70 |
71 NDArray squeeze (void) const { return ArrayN<double>::squeeze (); } | |
72 | |
73 static void increment_index (Array<int>& ra_idx, | |
74 const dim_vector& dimensions, | |
75 int start_dimension = 0); | |
76 | |
71 // i/o | 77 // i/o |
72 | 78 |
73 // friend std::ostream& operator << (std::ostream& os, const NDArray& a); | 79 // friend std::ostream& operator << (std::ostream& os, const NDArray& a); |
74 // friend std::istream& operator >> (std::istream& is, NDArray& a); | 80 // friend std::istream& operator >> (std::istream& is, NDArray& a); |
75 | 81 |