00001 /* Copyright (C) 2003-2008 Stefan Buehler <sbuehler@ltu.se> 00002 00003 This program is free software; you can redistribute it and/or modify it 00004 under the terms of the GNU General Public License as published by the 00005 Free Software Foundation; either version 2, or (at your option) any 00006 later version. 00007 00008 This program is distributed in the hope that it will be useful, 00009 but WITHOUT ANY WARRANTY; without even the implied warranty of 00010 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00011 GNU General Public License for more details. 00012 00013 You should have received a copy of the GNU General Public License 00014 along with this program; if not, write to the Free Software 00015 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 00016 USA. */ 00017 00028 #ifndef describe_h 00029 #define describe_h 00030 00031 #include "matpackVII.h" 00032 #include "mystring.h" 00033 00034 string describe( ConstTensor7View x ); 00035 string describe( ConstTensor6View x ); 00036 string describe( ConstTensor5View x ); 00037 string describe( ConstTensor4View x ); 00038 string describe( ConstTensor3View x ); 00039 string describe( ConstMatrixView x ); 00040 string describe( ConstVectorView x ); 00041 string describe( const Numeric& x ); 00042 00043 #endif // describe_h