
"Andy Little" <andy@servocomm.freeserve.co.uk> wrote in message news:ef9lkt$k1l$1@sea.gmane.org...
"Larry Evans" <cppljevans@cox-internet.com> wrote in message news:ef98no$58f$1@sea.gmane.org...
AFAICT, This similar to the problem I ran into with the array extension to Andy Little's fusion matrix. Andy wanted the ability to initialize with something like:
maxtrix<...whatever...> a_matrix ( a0_0, a0_1, ... , a0_m , a1_0, a1_1, ... , a1_m ... , an_0, an_1, ... , an_m )
Actually I think what I want is more like :
matrix<..> ( view_sequence<Function1<seq1,seq1a>, Function2<...>, Function3<...>, Function4<...>....>() );
In fact this should probably be: matrix<...> m1; matrix<...> m2; matrix<...> (view_sequence<Function1<M1,M2>, Function2<M1,M2>, Function3<M1,M2.>,...> >(m1,m2) ); regards Andy Little