Mercurial > hg > octave-lyh
comparison liboctave/CSparse.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 |
---|---|
393 double& rcond, | 393 double& rcond, |
394 solve_singularity_handler sing_handler) const; | 394 solve_singularity_handler sing_handler) const; |
395 | 395 |
396 SparseComplexMatrix squeeze (void) const; | 396 SparseComplexMatrix squeeze (void) const; |
397 | 397 |
398 SparseComplexMatrix index (const idx_vector& i, bool resize_ok) const; | |
399 | |
400 SparseComplexMatrix index (const idx_vector& i, const idx_vector& j, bool resize_ok) const; | |
401 | |
402 SparseComplexMatrix reshape (const dim_vector& new_dims) const; | 398 SparseComplexMatrix reshape (const dim_vector& new_dims) const; |
403 | 399 |
404 SparseComplexMatrix permute (const Array<octave_idx_type>& vec, | 400 SparseComplexMatrix permute (const Array<octave_idx_type>& vec, |
405 bool inv = false) const; | 401 bool inv = false) const; |
406 | 402 |