Example #1
0
 value_type PassThrough::operator() (const vector_type& in, vector_type& out) const
 {
   out = in;
   return out.maxCoeff();
 }