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

/external/eigen/unsupported/test/
H A Dcxx11_meta.cpp73 struct times2_op { template<typename A> static A run(A v) { return v * 2; } }; struct
320 VERIFY((array_apply<times2_op>(b) == e));
321 VERIFY_IS_EQUAL((array_apply_and_reduce<sum_op, times2_op>(a)), 216);
322 VERIFY_IS_EQUAL((array_apply_and_reduce<sum_op, times2_op>(b)), 30);

Completed in 192 milliseconds