Home
last modified time | relevance | path

Searched refs:arr_ref (Results 1 – 1 of 1) sorted by relevance

/external/eigen/test/
Devaluators.cpp425 ArrayXXf arr, arr_ref; in test_evaluators() local
426 arr = arr_ref = ArrayXXf::Constant(5, 3, 0.5); in test_evaluators()
428 arr_ref *= arr_const; in test_evaluators()
429 VERIFY_IS_APPROX(arr, arr_ref); in test_evaluators()
432 arr_ref.row(1) /= (arr_ref.row(2) + 1); in test_evaluators()
433 VERIFY_IS_APPROX(arr, arr_ref); in test_evaluators()