Go to the documentation of this file.00001
00002
00003
00006
00007
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
00025
00026 ostream& operator<<(ostream&, const BaseMatrix&);
00027
00028 ostream& operator<<(ostream&, const GeneralMatrix&);
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051
00052
00053
00054
00055
00056 #ifdef use_namespace
00057 }
00058 #endif
00059
00060
00061
00062 #endif
00063
00064
00065
00066