Mercurial > hg > octave-lyh
comparison liboctave/boolNDArray.h @ 10312:cbc402e64d83
untabify liboctave header files
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 11 Feb 2010 12:14:48 -0500 |
parents | 4c0cdbe0acca |
children | 96ed7c629bbd |
comparison
equal
deleted
inserted
replaced
10311:a217e1d74353 | 10312:cbc402e64d83 |
---|---|
83 boolMatrix matrix_value (void) const; | 83 boolMatrix matrix_value (void) const; |
84 | 84 |
85 boolNDArray squeeze (void) const { return Array<bool>::squeeze (); } | 85 boolNDArray squeeze (void) const { return Array<bool>::squeeze (); } |
86 | 86 |
87 static void increment_index (Array<octave_idx_type>& ra_idx, | 87 static void increment_index (Array<octave_idx_type>& ra_idx, |
88 const dim_vector& dimensions, | 88 const dim_vector& dimensions, |
89 int start_dimension = 0); | 89 int start_dimension = 0); |
90 | 90 |
91 static octave_idx_type compute_index (Array<octave_idx_type>& ra_idx, | 91 static octave_idx_type compute_index (Array<octave_idx_type>& ra_idx, |
92 const dim_vector& dimensions); | 92 const dim_vector& dimensions); |
93 | 93 |
94 // i/o | 94 // i/o |
95 | 95 |
96 // friend std::ostream& operator << (std::ostream& os, const NDArray& a); | 96 // friend std::ostream& operator << (std::ostream& os, const NDArray& a); |
97 // friend std::istream& operator >> (std::istream& is, NDArray& a); | 97 // friend std::istream& operator >> (std::istream& is, NDArray& a); |