18 ColMatrixXd
m1(10,10);
19 ColMatrixXcd
m2(10,10);
EIGEN_DEVICE_FUNC bool is_same_dense(const T1 &mat1, const T2 &mat2, typename enable_if< possibly_same_dense< T1, T2 >::value >::type *=0)
A matrix or vector expression mapping an existing expression.
EIGEN_DECLARE_TEST(is_same_dense)
The matrix class, also used for vectors and row-vectors.