diff src/utils.h @ 4478:7afd4bf05aa8

[project @ 2003-07-30 19:15:31 by jwe]
author jwe
date Wed, 30 Jul 2003 19:15:31 +0000
parents ebc2d8e4968b
children cfbaee1f562f
line wrap: on
line diff
--- a/src/utils.h	Wed Jul 30 17:26:32 2003 +0000
+++ b/src/utils.h	Wed Jul 30 19:15:31 2003 +0000
@@ -28,6 +28,7 @@
 #include <iostream>
 #include <string>
 
+#include "dMatrix.h"
 #include "lo-utils.h"
 
 class octave_value;
@@ -73,6 +74,8 @@
 get_dimensions (const octave_value& a,
 		const char *warn_for, int& nr, int& nc);
 
+extern Matrix identity_matrix (int nr, int nc);
+
 extern int
 octave_format (std::ostream& os, const char *fmt, ...);