Searched refs:ref_m1 (Results 1 – 2 of 2) sorted by relevance
18 Ref<ColMatrixXd> ref_m1(m1); in test_is_same_dense() local21 VERIFY(is_same_dense(m1,ref_m1)); in test_is_same_dense()23 VERIFY(is_same_dense(const_ref_m1,ref_m1)); in test_is_same_dense()
65 const Scalar& ref_m1 = m.matrix().array().coeffRef(0); in array_for_matrix() local69 VERIFY(&ref_a1 == &ref_m1); in array_for_matrix()