[Dune] how to transpose a matrix

Christian Engwer christian.engwer at uni-muenster.de
Fri Aug 14 16:42:30 CEST 2015


short anser: you can't

longer answer: usually you don't want to transpose it. What you
usually want is the application of the transposed and this is what we
provide. We follow the strategy of blas and provide a set of different
fused operations with the transposed.

Ciao
Christian

On Fri, Aug 14, 2015 at 11:26:22AM +0200, Aleksejs Fomins wrote:
> Dear Dune,
> 
> I am sorry for a very trivial question, but how does one transpose an
> existing matrix (i.e. DynamicMatrix). I am unable to find the
> corresponding method in the documentation.
> 
> I mean, I can write it myself and it will be 2 lines of code, but I am
> sure I am just blind :)
> 
> Greetings,
> Aleksejs
> 
> _______________________________________________
> Dune mailing list
> Dune at dune-project.org
> http://lists.dune-project.org/mailman/listinfo/dune
> 




More information about the Dune mailing list