[petsc-users] Conjugate transpose for rectangular complex matrices

Ganesh Hegde ghegde at purdue.edu
Thu Nov 8 11:55:03 CST 2012


Hi,
I have been using the MatHermitianTranspose method to get the conjugate
transpose for complex square matrices.
To optimize code, I needed to make my matrix rectangular.
Doing so and using the same function call gave me the following error with
code 60:
'Nonconforming object sizes'
I then decided to do this in two steps - get the conjugate of the
rectangular complex matrix and then call MatTranspose.
The error still persists. Can you suggest any alternatives to this problem?
Regards,
-- 
Ganesh
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/petsc-users/attachments/20121108/c16ab7f9/attachment.html>


More information about the petsc-users mailing list