Align leftInvA with rightInvA
All threads resolved!
All threads resolved!
Summary
This MR aligns the implementation of leftInvA in the FieldMatrixHelper
with that of rightInvA. There, the 2x2 matrix case is extracted. In this MR, I have additionally added the constexpr
in the if
-clause. I quick benchmark has shown that this results in a 10% faster execution.
Also the leftInvAx
is aligned with the xTRightInvA
in the return of a bool indicating wither the matrix A^TA
is singular.
Merge request reports
Activity
mentioned in merge request !192 (merged)
- Resolved by Simon Praetorius
mentioned in commit dbf9bcd1
Please register or sign in to reply