mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-07 18:27:40 +08:00
deprecated). Basically there are now only 2 functions to set a coefficient: 1) mat.coeffRef(row,col) = value; 2) mat.insert(row,col) = value; coeffRef has no limitation, insert assumes the coeff has not already been set, and raises an assert otherwise. In addition I added a much lower level, but more efficient filling mechanism for internal use only. |
||
---|---|---|
bench | ||
cmake | ||
demos | ||
disabled | ||
doc | ||
Eigen | ||
test | ||
unsupported | ||
.krazy | ||
CMakeLists.txt | ||
COPYING | ||
COPYING.LESSER | ||
CTestConfig.cmake | ||
Doxyfile | ||
Mainpage.dox |