00001
00002
00003
00004
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
00020
00021 ostream& operator<<(ostream&, const BaseMatrix&);
00022
00023 ostream& operator<<(ostream&, const GeneralMatrix&);
00024
00025
00026
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051 #ifdef use_namespace
00052 }
00053 #endif
00054 #endif