comparison src/ov-bool-sparse.cc @ 5188:fd90c6df7d52

[project @ 2005-03-03 08:00:25 by jwe]
author jwe
date Thu, 03 Mar 2005 08:00:26 +0000
parents 57077d0ddc8e
children 23b37da9fd5b
comparison
equal deleted inserted replaced
5187:e58bbd2b9c94 5188:fd90c6df7d52
178 return boolNDArray (matrix.matrix_value ()); 178 return boolNDArray (matrix.matrix_value ());
179 } 179 }
180 180
181 181
182 SparseMatrix 182 SparseMatrix
183 octave_sparse_bool_matrix::sparse_matrix_value (void) const 183 octave_sparse_bool_matrix::sparse_matrix_value (bool) const
184 { 184 {
185 return SparseMatrix (this->matrix); 185 return SparseMatrix (this->matrix);
186 } 186 }
187 187
188 SparseComplexMatrix 188 SparseComplexMatrix
189 octave_sparse_bool_matrix::sparse_complex_matrix_value (void) const 189 octave_sparse_bool_matrix::sparse_complex_matrix_value (bool) const
190 { 190 {
191 return SparseComplexMatrix (this->matrix); 191 return SparseComplexMatrix (this->matrix);
192 } 192 }
193 193
194 bool 194 bool