diff src/ov-re-sparse.h @ 5282:5bdc3f24cd5f

[project @ 2005-04-14 22:17:26 by dbateman]
author dbateman
date Thu, 14 Apr 2005 22:17:27 +0000
parents 57077d0ddc8e
children 4c8a2e4e0717
line wrap: on
line diff
--- a/src/ov-re-sparse.h
+++ b/src/ov-re-sparse.h
@@ -81,9 +81,7 @@
 
   octave_value *try_narrowing_conversion (void);
 
-#if 0
-  idx_vector index_vector (void) const { return idx_vector (matrix); }
-#endif
+  idx_vector index_vector (void) const;
 
   bool is_real_matrix (void) const { return true; }
 
@@ -114,6 +112,8 @@
 
   streamoff_array streamoff_array_value (void) const;
 
+  octave_value convert_to_str_internal (bool pad, bool force) const;
+
 #if 0
   int write (octave_stream& os, int block_size,
 	     oct_data_conv::data_type output_type, int skip,