Avoid blocking-size mismatch in unit tests calling Eigen's blas interface.

This commit is contained in:
Gael Guennebaud
2014-04-25 11:04:02 +02:00
parent 3d8d0f6269
commit cf7eaed38d
6 changed files with 11 additions and 0 deletions

View File

@@ -5,6 +5,8 @@
//
// This Source Code Form is subject to the terms of the Mozilla
// Public License v. 2.0. If a copy of the MPL was not distributed
#define EIGEN_NO_DEBUG_SMALL_PRODUCT_BLOCKS
#include "sparse.h"
#include <Eigen/SPQRSupport>