Developer documentation

strgy_sbdrl_parametric.hpp
Go to the documentation of this file.
1 /********************************************************************
2  * This file is part of the source code of the realroot library.
3  * Author(s): J.P. Pavone, GALAAD, INRIA
4  * $Id: parametric.h,v 1.1 2005/07/11 10:03:56 jppavone Exp $
5  ********************************************************************/
6 #ifndef realroot_SOLVE_SBDSLV_SBDRULES_HPP
7 #define realroot_SOLVE_SBDSLV_SBDRULES_HPP
8 //--------------------------------------------------------------------
9 namespace mmx {
10 //--------------------------------------------------------------------
11 namespace realroot
12 {
13  namespace sbdrl
14  {
15  template< class solver >
16  struct parametric
17  {
18  inline static bool process( solver * slv ) {
19  /* sans commentaires ! */
20  return slv->subdivide(slv->largest(), 0.5 );
21  };
22  };
23  };
24 };
25 //--------------------------------------------------------------------
26 } //namespace mmx
27 /********************************************************************/
28 #endif //
static bool process(solver *slv)
Definition: strgy_sbdrl_parametric.hpp:18
Definition: solver.hpp:68
Definition: array.hpp:12
Definition: strgy_sbdrl_parametric.hpp:16
Home