Searched refs:rm4 (Results 1 – 1 of 1) sorted by relevance
74 RefRealMatWithStride rm4 = m1.real(); in ref_matrix() local75 VERIFY_IS_EQUAL(rm4, m2.real()); in ref_matrix()76 rm4.array() += 1; in ref_matrix()126 RefRealMatWithStride rm4 = v1.real(); in ref_vector() local127 VERIFY_IS_EQUAL(rm4, v2.real()); in ref_vector()128 rm4.array() += 1; in ref_vector()137 rm5.noalias() = rm4.transpose() * mat3; in ref_vector()