Registered Member
|
Hi, when i do:
C.triangularView<Eigen::Upper>() = A.triangularView<Eigen::Upper>() * B.triangularView<Eigen::Upper>(); i get a compilation error that the operator * is not found for triangularView<>(). What's the proper way for speeding up a multiplication of two upper triangular matrices ? |
Moderator
|
this is not supported yet. one side has to be full.
|
Registered users: Baidu [Spider], Bing [Bot], Google [Bot], Yahoo [Bot]