diff src/ov.h @ 5602:dfa2da0563e5

[project @ 2006-01-31 03:43:40 by jwe]
author jwe
date Tue, 31 Jan 2006 03:43:41 +0000
parents 7865515fc6c2
children 2857357f9d3c
line wrap: on
line diff
--- a/src/ov.h	Sat Jan 21 20:08:33 2006 +0000
+++ b/src/ov.h	Tue Jan 31 03:43:41 2006 +0000
@@ -376,6 +376,8 @@
   virtual size_t byte_size (void) const
     { return rep->byte_size (); }
 
+  virtual octave_idx_type nnz (void) const { return rep->nnz (); }
+
   virtual octave_value reshape (const dim_vector& dv) const
     { return rep->reshape (dv); }