1 #ifndef __JTOOLS__JGRID__ 
    2 #define __JTOOLS__JGRID__ 
   16 namespace JPP { 
using namespace JTOOLS; }
 
   22   template<
class JElement_t, 
class JDistance_t>
 
   31   template<
class JAbscissa_t>
 
  127     template<
class JElement_t, 
class JDistance_t>
 
  156     friend inline std::ostream& operator<<(std::ostream& out, const JGrid<JAbscissa_t>& grid)
 
  158       return out << grid.size << 
' ' << grid.xmin << 
' ' << grid.xmax;
 
  176   template<
class JAbscissa_t>
 
  178                                       const JAbscissa_t Xmin,
 
  179                                       const JAbscissa_t Xmax)
 
JArgument< T >::argument_type argument_type
 
Template for generic class types.