<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body>
<div style="direction:ltr; font-family:Tahoma; color:#000000; font-size:10pt">Thanks, I'll try that.
<div><br>
<div style="font-family:Times New Roman; color:#000000; font-size:16px">
<hr tabindex="-1">
<div id="divRpF298089" style="direction:ltr"><font face="Tahoma" size="2" color="#000000"><b>From:</b> petsc-users-bounces@mcs.anl.gov [petsc-users-bounces@mcs.anl.gov] on behalf of Jed Brown [jedbrown@mcs.anl.gov]<br>
<b>Sent:</b> Friday, February 03, 2012 5:54 PM<br>
<b>To:</b> PETSc users list<br>
<b>Subject:</b> Re: [petsc-users] A^TA<br>
</font><br>
</div>
<div></div>
<div>
<div dir="ltr">
<div class="gmail_quote">On Sat, Feb 4, 2012 at 01:47, Kuhlemann, Verena <span dir="ltr">
&lt;<a href="mailto:vkuhlem@emory.edu" target="_blank">vkuhlem@emory.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<div>
<div style="direction:ltr; font-family:Tahoma; color:#000000; font-size:10pt">Hi,
<div><br>
</div>
<div>one quick question: I have a matrix P and need to compute P^t*P.</div>
<div>Is there a function available for this? I couldn't find anything.</div>
<div>Right now I am computing P^t*P by using MatPtAP with A=identity,</div>
<div>but I was hoping there is another way where I don't need to set up</div>
<div>the identity matrix.</div>
</div>
</div>
</blockquote>
<div><br>
</div>
<div>Use petsc-dev and MatTransposeMatMult(P,P,...,&amp;PtP)</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<hr>
<font face="Arial" color="Gray" size="1"><br>
This e-mail message (including any attachments) is for the sole use of<br>
the intended recipient(s) and may contain confidential and privileged<br>
information. If the reader of this message is not the intended<br>
recipient, you are hereby notified that any dissemination, distribution<br>
or copying of this message (including any attachments) is strictly<br>
prohibited.<br>
<br>
If you have received this message in error, please contact<br>
the sender by reply e-mail message and destroy all copies of the<br>
original message (including attachments).<br>
</font>
</body>
</html>