[petsc-users] multiplication

Hong hzhang at mcs.anl.gov
Thu Feb 18 09:29:46 CST 2016


You can do
x^T = (y^T * A)^T = A^T *y (MatMultTranspose)

Hong

On Thu, Feb 18, 2016 at 9:13 AM, peter tutuk <petertututk at gmail.com> wrote:

> Hello,
>
> I need to perform following operation
>
> x = y^T * A,
>
> where y and x are R^n vectors and A is a matrix of dimension n x m. Is
> there any routine, which could help me, which I wasn't able to find?
>
>
> many thanks,
> peter
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20160218/0446f815/attachment.html>


More information about the petsc-users mailing list