00001 // Copyright (C) 2006-2009 Kent-Andre Mardal and Simula Research Laboratory. 00002 // Licensed under the GNU GPL Version 2, or (at your option) any later version. 00003 00004 #ifndef TOOLS_IS_INCLUDED 00005 #define TOOLS_IS_INCLUDED 00006 00007 #include "syfi_version.h" 00008 #include "utilities.h" // basic utilitites and definitions 00009 #include "symbol_factory.h" // constructing symbols 00010 #include "diff_tools.h" // differential operators 00011 #include "ginac_tools.h" // constructing polynomials, inspecting and manipulating ginac objects 00012 #endif