Mercurial > hg > octave-nkf
diff liboctave/boolSparse.h @ 10480:19e1e4470e01
remove old sparse assembly ctors
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Wed, 31 Mar 2010 10:24:57 +0200 |
parents | ded9beac7582 |
children | b4d2080b6df7 |
line wrap: on
line diff
--- a/liboctave/boolSparse.h +++ b/liboctave/boolSparse.h @@ -55,16 +55,6 @@ explicit SparseBoolMatrix (const boolNDArray& a) : Sparse<bool> (a) { } - explicit SparseBoolMatrix (const Array<bool> a, const Array<octave_idx_type>& r, - const Array<octave_idx_type>& c, octave_idx_type nr = -1, - octave_idx_type nc = -1, bool sum_terms = true) - : Sparse<bool> (a, r, c, nr, nc, sum_terms) { } - - explicit SparseBoolMatrix (const Array<bool> a, const Array<double>& r, - const Array<double>& c, octave_idx_type nr = -1, - octave_idx_type nc = -1, bool sum_terms = true) - : Sparse<bool> (a, r, c, nr, nc, sum_terms) { } - SparseBoolMatrix (const Array<bool>& a, const idx_vector& r, const idx_vector& c, octave_idx_type nr = -1, octave_idx_type nc = -1, bool sum_terms = true)