synaps/msolve/method_name.h

00001 /**********************************************************************
00002  *   This file is part of the source code of the SYNAPS library.      *
00003  *   Author(s): H. Khalil, B. Mourrain, GALAAD, INRIA                 *
00004  *   $Id: method_name.h,v 1.3 2005/09/28 06:30:39 mourrain Exp $
00005  **********************************************************************/
00006 #ifndef synaps_solve_method_name_H
00007 #define synaps_solve_method_name_H
00008 
00009 #include <synaps/init.h>
00010 #include <synaps/usolve/algebraic/Algebraic_config.h>
00011 #include <synaps/usolve/algebraic/root_of.h>
00012 #include <synaps/usolve/algebraic/Method_name.h>
00013 //#include <synaps/solve/bezier/Bounding.h>
00014 //#include <synaps/algebraic/Apx_root_of.h>
00015 //#include <synaps/algebraic/Filt_root_of.h>
00016 #include <synaps/usolve/bezier/Bezier.h>
00017 
00018 __BEGIN_NAMESPACE_SYNAPS
00019 
00020 
00021 template<class S> struct Habicht
00022 {
00023   typedef S solver_t;
00024 };
00025 
00026 __END_NAMESPACE_SYNAPS
00027 #endif // synaps_solve_method_name_H
00028 

SYNAPS DOCUMENTATION
logo