Re: [eigen] Componentwise Operations on an Arbitrary Number of Tensors

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


Hi
Technically, I don't think that's very difficult though. The main
difficulty is perhaps on the API side. We could imagine something like:
auto E1 = (R1.deferred() = expr1);
auto E2 = (R2.deferred() = expr2);
...
merged_eval(E1, E2, ...);

dx.doi.org/10.1007/s007910100051 uses:
a = b &
c == d &
....
ä == ö;
with automatic merged_eval which seems fairly elegant. Could this be reduced to
expr1,expr2,...,exprN;
perhaps?

Ilja



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/