1 #ifndef MATRIX_TRAITS_HPP_INCLUDED
4 #define MATRIX_TRAITS_HPP_INCLUDED
18 static int const value = T::RowsAtCompileTime;
25 static int const value = 1;
32 static int const value = 1;
43 static int const value = T::ColsAtCompileTime;
50 static int const value = 1;
57 static int const value = 1;
68 typedef typename T::Scalar type;
84 typedef std::complex<double> type;
89 #endif // MATRIX_TRAITS_HPP_INCLUDED