home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sources / misc / 4250 / newmatio.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-01-11  |  368 b   |  18 lines

  1. //$$ newmatio.h           definition file for matrix package input/output
  2.  
  3. // Copyright (C) 1991,2,3: R B Davies
  4.  
  5. #ifndef MATRIXIO_LIB
  6. #define MATRIXIO_LIB 0
  7.  
  8. #include "newmat.h"
  9.  
  10. /**************************** input/output *****************************/
  11.  
  12. ostream& operator<<(ostream&, const BaseMatrix&);
  13.  
  14. ostream& operator<<(ostream&, const GeneralMatrix&);
  15.  
  16.  
  17. #endif
  18.