Searched refs:a3ref (Results 1 – 1 of 1) sorted by relevance
15 ArrayXs a1(3), a2(3), a3(3), a3ref(3); in test_array_of_string() local18 a3ref << "one (1)", "two (2)", "three (3)"; in test_array_of_string()23 VERIFY((a3==a3ref).all()); in test_array_of_string()27 VERIFY((a3==a3ref).all()); in test_array_of_string()30 VERIFY((a1==a3ref).all()); in test_array_of_string()31 VERIFY((a3!=a3ref).all()); in test_array_of_string()