
15 Sep
2006
15 Sep
'06
2:39 a.m.
Andy Little wrote:
"Manfred Doudar" wrote
Please see my brief reply to Geoffrey Irving; ... and apologies for any apprehension caused, but its my fault - the best name to use really depends on context.
Then I guess in fusion you would do :
fusion::inner_product<SequenceA, SequenceB,Function1,Function2>{...}
fusion::dot_product<SequenceA, SequenceB> : fusion::inner_product< SequenceA,SequenceB, boost:functional::multiplies,boost::functional::plus
{};
Reminds me of fusion and mpl fold/accumulate. It's the same thing with a different name. fusion and mpl have both as synonyms. Cheers! -- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net