blas: fix HEMM and HERK

This commit is contained in:
Gael Guennebaud
2010-03-02 12:44:40 +01:00
parent 7fd6458fec
commit a2d7c239f5
3 changed files with 55 additions and 39 deletions

View File

@@ -23,7 +23,7 @@
// Eigen. If not, see <http://www.gnu.org/licenses/>.
#define SCALAR std::complex<double>
#define SCALAR_SUFFIX c
#define SCALAR_SUFFIX z
#define ISCOMPLEX 1
#include "level1_impl.h"