SymOps.h

00001 /*          
00002  *             Copyright (C) 2005 Maarten Keijzer
00003  *
00004  *          This program is free software; you can redistribute it and/or modify
00005  *          it under the terms of version 2 of the GNU General Public License as 
00006  *          published by the Free Software Foundation. 
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  USA
00016  */
00017 
00018 #ifndef SYMOPS_H
00019 #define SYMOPS_H
00020 
00021 #include "Sym.h"
00022 
00023 extern Sym operator+(Sym a, Sym b);
00024 extern Sym operator*(Sym a, Sym b);
00025 extern Sym operator/(Sym a, Sym b);
00026 extern Sym operator-(Sym a, Sym b);
00027 extern Sym pow(Sym a, Sym b);
00028 extern Sym ifltz(Sym a, Sym b, Sym c);
00029 extern Sym operator-(Sym a);
00030 
00031 #endif

Generated on Thu Oct 19 05:06:42 2006 for EO by  doxygen 1.3.9.1