mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-01-30 17:40:05 +08:00
b4c974d059
m.upper() = a+b; only updates the upper triangular part of m. Note that: m = (a+b).upper(); updates all coefficients of m (but half of the additions will be skiped) Updated back/forward substitution to better use Eigen's capability. |
||
---|---|---|
bench | ||
disabled | ||
doc | ||
Eigen | ||
test | ||
CMakeLists.txt | ||
COPYING | ||
COPYING.LESSER | ||
Doxyfile | ||
Mainpage.dox |