Home
last modified time | relevance | path

Searched defs:test_ref_overload_fun1 (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/eigen/test/
H A Dref.cpp293 int test_ref_overload_fun1(Ref<MatrixXd> ) { return 1; } in test_ref_overload_fun1() function
294 int test_ref_overload_fun1(Ref<RowMatrixXd> ) { return 2; } in test_ref_overload_fun1() function
295 int test_ref_overload_fun1(Ref<MatrixXf> ) { return 3; } in test_ref_overload_fun1() function