diff liboctave/dMatrix.h @ 4944:44046bbaa52c

[project @ 2004-08-31 05:30:46 by jwe]
author jwe
date Tue, 31 Aug 2004 05:30:47 +0000
parents c4bde1d5eb98
children e35b034d3523
line wrap: on
line diff
--- a/liboctave/dMatrix.h	Tue Aug 31 00:51:31 2004 +0000
+++ b/liboctave/dMatrix.h	Tue Aug 31 05:30:47 2004 +0000
@@ -33,9 +33,6 @@
 #include "mx-defs.h"
 #include "mx-op-defs.h"
 
-#include "data-conv.h"
-#include "mach-info.h"
-
 class
 Matrix : public MArray2<double>
 {
@@ -230,12 +227,6 @@
   friend std::ostream& operator << (std::ostream& os, const Matrix& a);
   friend std::istream& operator >> (std::istream& is, Matrix& a);
 
-  int read (std::istream& is, int nr, int nc, oct_data_conv::data_type dt,
-	    int skip, oct_mach_info::float_format flt_fmt);
-
-  int write (std::ostream& os, oct_data_conv::data_type dt, int skip,
-	     oct_mach_info::float_format flt_fmt);
-
   static double resize_fill_value (void) { return 0; }
 
 private: