Searched refs:const_ref_m1_col (Results 1 – 1 of 1) sorted by relevance
35 Ref<const ColMatrixXd> const_ref_m1_col(m1.col(1)); in EIGEN_DECLARE_TEST() local36 VERIFY(is_same_dense(m1.col(1),const_ref_m1_col)); in EIGEN_DECLARE_TEST()