Home
last modified time | relevance | path

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

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