
16 Feb
2012
16 Feb
'12
4:20 p.m.
Le 16/02/2012 15:21, Mathias Gaunard a écrit :
But mixing operations between different storage orders just causes massive amount of problems if you want to vectorize and use the cache efficiently, so we don't support it.
We dont support it exactly for that. One possible solution was to use the majority storage order but it leads to poor performance. I didn't find any use case where such mix was required.
I don't think we really have native support for transposed views other than with the actual type of the expression template trans(a).
and transconj for complex but htis was a given.