Mercurial > hg > octave-nkf
comparison liboctave/array/boolSparse.cc @ 19461:65554f5847ac
don't include oct-locbuf.h in header files unnecessarily
* oct-stream.h: Don't include oct-locbuf.h.
* Sparse-op-decls.h: New file.
* module.mk (OPERATORS_INC): Include it in the list.
* Sparse-op-defs.h: Move decls to Sparse-op-decls.h.
* CSparse.h, boolSparse.h, dSparse.h: Include Sparse-op-decls.h
instead of Sparse-op-defs.h.
* help.cc, oct-map.cc, oct-stream.cc, quadcc.cc, strfind.cc,
sub2ind.cc, utils.cc, xpow.cc, __delaunayn__.cc, __ichol__.cc,
__ilu__.cc, __voronoi__.cc, convhulln.cc, ov-base-mat.cc,
op-dm-scm.cc, op-dm-template.cc, op-fcm-fs.cc, op-fcs-fm.cc,
op-i16-i16.cc, op-i32-i32.cc, op-i64-i64.cc, op-i8-i8.cc,
op-pm-template.cc, op-ui16-ui16.cc, op-ui32-ui32.cc,
op-ui64-ui64.cc, op-ui8-ui8.cc, pt-mat.cc, CMatrix.cc, CNDArray.cc,
CSparse.cc, MatrixType.cc, boolMatrix.cc, boolNDArray.cc,
boolSparse.cc, dMatrix.cc, dSparse.cc, fCMatrix.cc, fCNDArray.cc,
fMatrix.cc, eigs-base.cc, oct-norm.cc, sparse-base-lu.cc,
* mx-op-defs.h: Update list of include files accordingly.
* sparse-mk-ops.awk: Update emitted list of include files
accordingly.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sun, 19 Oct 2014 08:42:58 -0400 |
parents | 8e056300994b |
children | af41e41ad28e |
comparison
equal
deleted
inserted
replaced
19460:e5a1e7951908 | 19461:65554f5847ac |
---|---|
35 | 35 |
36 #include "boolSparse.h" | 36 #include "boolSparse.h" |
37 #include "dSparse.h" | 37 #include "dSparse.h" |
38 #include "oct-mem.h" | 38 #include "oct-mem.h" |
39 #include "oct-locbuf.h" | 39 #include "oct-locbuf.h" |
40 | |
41 #include "Sparse-op-defs.h" | |
40 | 42 |
41 // SparseBoolMatrix class. | 43 // SparseBoolMatrix class. |
42 | 44 |
43 bool | 45 bool |
44 SparseBoolMatrix::operator == (const SparseBoolMatrix& a) const | 46 SparseBoolMatrix::operator == (const SparseBoolMatrix& a) const |