Registered Member
|
Hey,
what is the best way of calculating: MatriXd A, B; A * B * A.transpose(); Is there something faster? thanks a lot |
Moderator
|
unless B is selfadjoint in which case you can compute only half of the second product using a triangularView on the result
|
Registered Member
|
Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]