Mercurial > hg > octave-nkf
comparison src/pr-output.h @ 2165:83d91aa3759b
[project @ 1996-05-13 13:28:10 by jwe]
author | jwe |
---|---|
date | Mon, 13 May 1996 13:29:05 +0000 |
parents | 003570e69c7b |
children | be4616e36133 |
comparison
equal
deleted
inserted
replaced
2164:269db7306980 | 2165:83d91aa3759b |
---|---|
59 | 59 |
60 extern int any_element_is_inf_or_nan (const Matrix& a); | 60 extern int any_element_is_inf_or_nan (const Matrix& a); |
61 | 61 |
62 extern int any_element_is_inf_or_nan (const ComplexMatrix& a); | 62 extern int any_element_is_inf_or_nan (const ComplexMatrix& a); |
63 | 63 |
64 extern void symbols_of_pr_output (void); | |
65 | |
64 #endif | 66 #endif |
65 | 67 |
66 /* | 68 /* |
67 ;;; Local Variables: *** | 69 ;;; Local Variables: *** |
68 ;;; mode: C++ *** | 70 ;;; mode: C++ *** |