diff --git a/la_traits.h b/la_traits.h index 5c82ab7..866528d 100644 --- a/la_traits.h +++ b/la_traits.h @@ -349,6 +349,9 @@ template \ struct LA_traits_aux, scalar_false> { \ typedef C elementtype; \ typedef X producttype; \ +typedef C PAIRTYPE[2]; \ +typedef C QUADRUPLETYPE[4]; \ +typedef X SUBMATRIXTYPE; \ typedef typename LA_traits::normtype normtype; \ typedef X::realtype> realtype; \ typedef X::complextype> complextype; \