Home
last modified time | relevance | path

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

/external/eigen/test/
Dref.cpp232 int test_ref_overload_fun2(Ref<const MatrixXd> ) { return 4; } in test_ref_overload_fun2() function
233 int test_ref_overload_fun2(Ref<const MatrixXf> ) { return 5; } in test_ref_overload_fun2() function
250 VERIFY( test_ref_overload_fun2(Ad)==4 ); in test_ref_overloads()
251 VERIFY( test_ref_overload_fun2(Ad+Bd)==4 ); in test_ref_overloads()
252 VERIFY( test_ref_overload_fun2(Af+Bf)==5 ); in test_ref_overloads()