diff liboctave/dMatrix.h @ 3354:87721841efd7

[project @ 1999-11-17 19:06:11 by jwe]
author jwe
date Wed, 17 Nov 1999 19:06:15 +0000
parents 68259f410026
children 45742a3b1f7c
line wrap: on
line diff
--- a/liboctave/dMatrix.h	Tue Nov 16 16:13:51 1999 +0000
+++ b/liboctave/dMatrix.h	Wed Nov 17 19:06:15 1999 +0000
@@ -73,6 +73,8 @@
   bool operator == (const Matrix& a) const;
   bool operator != (const Matrix& a) const;
 
+  bool is_symmetric (void) const;
+
   // destructive insert/delete/reorder operations
 
   Matrix& insert (const Matrix& a, int r, int c);