cgal/Solver_interface/include
Sébastien Loriot d64f988b7d bugfix of set_coef introduced by c84cc28d1c
The problem is that building the matrix from a set of triplets sums
the value provided in case several values at the same position are
provided. In order to overwrite a value, we have no other choice
than to build the matrix and set the value (with current Eigen API).
The following fix is as efficient if the matrix is assembled
in one pass. Using the boolean member of set_coef is very important now
as it can imply a premature building of the eigen matrix.
2013-02-13 18:24:26 +01:00
..
CGAL bugfix of set_coef introduced by c84cc28d1c 2013-02-13 18:24:26 +01:00