<div dir="ltr">I have to compute a product Pt*A*P.<div><br><div>My projection matrix P won't change the structure of A and I don't need to keep the original A.</div><div>Is it possible to do it inplace (modify A instead of creating a new C)?<br></div><div><br></div><div>Do you think it is feasible to expend MatPtAP to mpiaij and/or sbaij matrices?</div><div><br></div><div>There is more implementation of MatMatMult.</div><div>Is it possible to do Pt*A and A*P directly into A (without creating a copy)?<br></div><div><br></div><div>Patrick Lacasse</div><div><br></div><div><br></div></div></div>