On Wed, Aug 31, 2011 at 12:48 AM, Likun Tan <span dir="ltr">&lt;<a href="mailto:likunt@andrew.cmu.edu">likunt@andrew.cmu.edu</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
I have MPIDense matrix, if i want to get the tranpose of the matrix, what<br>
should i do? Or i should use MPISparse instead?</blockquote><div><br></div><div>If it is rectangular, create the transpose matrix first, then call MatTranspose.</div><div><br></div><div>  Matt</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div class="h5">
On Tue, August 30, 2011 7:08 pm, Matthew Knepley wrote:<br>
&gt; On Tue, Aug 30, 2011 at 10:59 PM, Likun Tan &lt;<a href="mailto:likunt@andrew.cmu.edu">likunt@andrew.cmu.edu</a>&gt;<br>
&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; Dear all,<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Can MatTranspose be used on non-squra matrix? I have a matrix with size<br>
&gt;&gt;  200*27, and i want to get the tranpose of it.<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt; I assume you are talking about dense matrices. If so, yes.<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;&gt; Second question is, if the 200*27 is partitioned by row, how is the<br>
&gt;&gt; tranpose stored in each processor? Is it stored by column?<br>
&gt;&gt;<br>
&gt;<br>
&gt; For MPIDENSE, you cannot in-place transpose unless it is square.<br>
&gt; Otherwise,<br>
&gt; you provide the transpose matrix, so you determine the layout.<br>
&gt;<br>
&gt; Matt<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;&gt; Thanks,<br>
&gt;&gt; Likun<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; What most experimenters take for granted before they begin their<br>
&gt; experiments is infinitely more interesting than any results to which their<br>
&gt; experiments lead. -- Norbert Wiener<br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>What most experimenters take for granted before they begin their experiments is infinitely more interesting than any results to which their experiments lead.<br>
-- Norbert Wiener<br>