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

/external/eigen/unsupported/test/
H A Dspecial_functions.cpp14 void verify_component_wise(const X& x, const Y& y) function
142 CALL_SUBTEST( verify_component_wise(ref, ref); );
143 CALL_SUBTEST( res = x.zeta(q); verify_component_wise(res, ref); );
144 CALL_SUBTEST( res = zeta(x,q); verify_component_wise(res, ref); );
152 CALL_SUBTEST( verify_component_wise(ref, ref); );
154 CALL_SUBTEST( res = x.digamma(); verify_component_wise(res, ref); );
155 CALL_SUBTEST( res = digamma(x); verify_component_wise(res, ref); );
165 CALL_SUBTEST( verify_component_wise(ref, ref); );
169 // CALL_SUBTEST( res = x.polygamma(n); verify_component_wise(res, ref); );
170 CALL_SUBTEST( res = polygamma(n,x); verify_component_wise(re
[all...]

Completed in 117 milliseconds