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


kni
Author(s): Martin Günther
autogenerated on Thu Aug 27 2015 13:40:07