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

/external/eigen/test/
H A Dref.cpp237 int test_ref_overload_fun2(Ref<const MatrixXd> ) { return 4; } function
238 int test_ref_overload_fun2(Ref<const MatrixXf> ) { return 5; } function
249 VERIFY( test_ref_overload_fun2(Ad)==4 );
250 VERIFY( test_ref_overload_fun2(Ad+Bd)==4 );
251 VERIFY( test_ref_overload_fun2(Af+Bf)==5 );

Completed in 58 milliseconds