From 3e2314dd670ce16f70efcca4e982d8a4dfda35ea Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 18 Feb 2011 11:32:39 +0100 Subject: forgot to include this file in previous commit (needed for lapack) --- blas/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'blas') diff --git a/blas/common.h b/blas/common.h index d073361ed..ed93642f9 100644 --- a/blas/common.h +++ b/blas/common.h @@ -105,6 +105,7 @@ enum Conj = IsComplex }; +typedef Matrix PlainMatrixType; typedef Map, 0, OuterStride<> > MatrixType; typedef Map, 0, InnerStride > StridedVectorType; typedef Map > CompactVectorType; -- cgit v1.2.3