cgal/Solver_interface/include/CGAL
Sébastien Loriot 5475e7d8b7 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-03-28 08:46:33 +01:00
..
Eigen_matrix.h bugfix of set_coef introduced by c84cc28d1c 2013-03-28 08:46:33 +01:00
Eigen_solver_traits.h include SparseLU 2013-03-15 10:54:03 +02:00
Eigen_svd.h import from next 2012-03-26 13:13:27 +00:00
Eigen_vector.h import from next 2012-03-26 13:13:27 +00:00