Mercurial > hg > octave-nkf
comparison liboctave/dSparse.h @ 10785:c2041adcf234
remove unnecessary sparse indexing overloads
author | Jaroslav Hajek <highegg@gmail.com> |
---|---|
date | Tue, 13 Jul 2010 12:08:08 +0200 |
parents | b4d2080b6df7 |
children | 4b51c0a20a98 |
comparison
equal
deleted
inserted
replaced
10784:ca2df6737d6b | 10785:c2041adcf234 |
---|---|
404 | 404 |
405 Matrix matrix_value (void) const; | 405 Matrix matrix_value (void) const; |
406 | 406 |
407 SparseMatrix squeeze (void) const; | 407 SparseMatrix squeeze (void) const; |
408 | 408 |
409 SparseMatrix index (const idx_vector& i, bool resize_ok) const; | |
410 | |
411 SparseMatrix index (const idx_vector& i, const idx_vector& j, bool resize_ok) const; | |
412 | |
413 SparseMatrix reshape (const dim_vector& new_dims) const; | 409 SparseMatrix reshape (const dim_vector& new_dims) const; |
414 | 410 |
415 SparseMatrix permute (const Array<octave_idx_type>& vec, bool inv = false) const; | 411 SparseMatrix permute (const Array<octave_idx_type>& vec, bool inv = false) const; |
416 | 412 |
417 SparseMatrix ipermute (const Array<octave_idx_type>& vec) const; | 413 SparseMatrix ipermute (const Array<octave_idx_type>& vec) const; |