Home
last modified time | relevance | path

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

/external/eigen/test/
Dref.cpp228 int test_ref_overload_fun1(Ref<MatrixXd> ) { return 1; } in test_ref_overload_fun1() function
229 int test_ref_overload_fun1(Ref<RowMatrixXd> ) { return 2; } in test_ref_overload_fun1() function
230 int test_ref_overload_fun1(Ref<MatrixXf> ) { return 3; } in test_ref_overload_fun1() function