1 #ifndef __JTOOLS__JRESULTTRANSFORMER__ 
    2 #define __JTOOLS__JRESULTTRANSFORMER__ 
   13 namespace JPP { 
using namespace JTOOLS; }
 
   20   template<
class JResult_t>
 
   25     template<
unsigned int N, 
class JArgument_t>
 
   38   template<
class JResult_t>
 
   43     template<
unsigned int N, 
class JArgument_t>
 
   48       const JArgument_t z = transformer.
getXn(array, 1.0) - transformer.
getXn(array, 0.0);
 
   62   template<
class JResult_t>
 
   67     template<
unsigned int N, 
class JArgument_t>
 
   72       typedef JArgument_t argument_type;
 
   74       const argument_type z = transformer.
getXn(array, 1.0) - transformer.
getXn(array, 0.0);
 
This include file containes various data structures that can be used as specific return types for the...