Sparse module: bugfix in SparseMatrix::resize(), now the indices are

correctly initialized to 0.
This commit is contained in:
Gael Guennebaud
2009-01-15 13:30:50 +00:00
parent 96e1e582ff
commit 87241089e1
4 changed files with 21 additions and 16 deletions

View File

@@ -21,7 +21,7 @@
// You should have received a copy of the GNU Lesser General Public
// License and a copy of the GNU General Public License along with
// Eigen. If not, see <http://www.gnu.org/licenses/>.
#define EIGEN_DONT_VECTORIZE
#include "main.h"
#include <Eigen/Cholesky>
#include <Eigen/LU>