diff src/ov-base.h @ 8916:a2878ba31a9e

add diag & perm matrix query methods to octave_value
author Jaroslav Hajek <highegg@gmail.com>
date Fri, 06 Mar 2009 12:00:11 +0100
parents 767ed8cc6634
children eb63fbe60fab
line wrap: on
line diff
--- a/src/ov-base.h	Fri Mar 06 01:07:04 2009 -0500
+++ b/src/ov-base.h	Fri Mar 06 12:00:11 2009 +0100
@@ -396,6 +396,16 @@
 
   virtual SparseBoolMatrix sparse_bool_matrix_value (bool = false) const;
 
+  virtual DiagMatrix diag_matrix_value (bool = false) const;
+
+  virtual FloatDiagMatrix float_diag_matrix_value (bool = false) const;
+  
+  virtual ComplexDiagMatrix complex_diag_matrix_value (bool = false) const;
+  
+  virtual FloatComplexDiagMatrix float_complex_diag_matrix_value (bool = false) const;
+  
+  virtual PermMatrix perm_matrix_value (void) const;
+
   virtual octave_int8 int8_scalar_value (void) const;
 
   virtual octave_int16 int16_scalar_value (void) const;