diff src/pr-output.h @ 1309:c0187e1c02f9

[project @ 1995-06-25 04:00:46 by jwe]
author jwe
date Sun, 25 Jun 1995 04:03:14 +0000
parents dfe01093f657
children 611d403c7f3d
line wrap: on
line diff
--- a/src/pr-output.h
+++ b/src/pr-output.h
@@ -48,6 +48,12 @@
 
 extern void set_format_style (int argc, char **argv);
 
+// XXX FIXME XXX -- these should probably be somewhere else.
+
+extern int any_element_is_inf_or_nan (const Matrix& a);
+
+extern int any_element_is_inf_or_nan (const ComplexMatrix& a);
+
 #endif
 
 /*