Hi,<div>I have been using the MatHermitianTranspose method to get the conjugate transpose for complex square matrices.</div><div>To optimize code, I needed to make my matrix rectangular. </div><div>Doing so and using the same function call gave me the following error with code 60:</div>

<div>'Nonconforming object sizes' </div><div>I then decided to do this in two steps - get the conjugate of the rectangular complex matrix and then call MatTranspose.</div><div>The error still persists. Can you suggest any alternatives to this problem?</div>

<div><div>Regards,</div>-- <br>Ganesh<br>
<br>
</div>