Virtual U.org
Get Personal Training on VU Today
    
Top shadow
 
 register/help
User Name:

Password:

NEWMATIO.H Source File
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

NEWMATIO.H

Go to the documentation of this file.
00001 //Owner: Fred
00002 //$$ newmatio.h           definition file for matrix package input/output
00003 
00004 // Copyright (C) 1991,2,3,4: R B Davies
00005 
00006 #ifndef NEWMATIO_LIB
00007 #define NEWMATIO_LIB 0
00008 
00009 #ifndef WANT_STREAM
00010 #define WANT_STREAM
00011 #endif
00012 
00013 #include "newmat.h"
00014 
00015 #ifdef use_namespace
00016 namespace NEWMAT {
00017 #endif
00018 
00019     /**************************** input/output *****************************/
00020 
00021     ostream& operator<<(ostream&, const BaseMatrix&);
00022 
00023     ostream& operator<<(ostream&, const GeneralMatrix&);
00024 
00025     /*  Use in some old versions of G++ without complete iomanipulators
00026 
00028         class Omanip_precision
00029         {
00030         int x;
00031         public:
00032         Omanip_precision(int i) : x(i) {}
00033         friend ostream& operator<<(ostream& os, Omanip_precision i);
00034         };
00035 
00036         Omanip_precision setprecision(int i);
00037 
00039         class Omanip_width
00040         {
00041         int x;
00042         public:
00043         Omanip_width(int i) : x(i) {}
00044         friend ostream& operator<<(ostream& os, Omanip_width i);
00045         };
00046 
00047         Omanip_width setw(int i);
00048 
00049     */
00050 
00051 #ifdef use_namespace
00052 }
00053 #endif
00054 #endif

Generated on Fri Aug 23 01:37:10 2002 for VirtualU by doxygen1.2.17