Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dbessel_functions.cpp14 void verify_component_wise(const X& x, const Y& y) in verify_component_wise() function
47 verify_component_wise(res, expected);); in array_bessel_functions()
67 verify_component_wise(res, expected);); in array_bessel_functions()
87 verify_component_wise(res, expected);); in array_bessel_functions()
107 verify_component_wise(res, expected);); in array_bessel_functions()
143 verify_component_wise(res, expected);); in array_bessel_functions()
180 verify_component_wise(res, expected);); in array_bessel_functions()
204 verify_component_wise(res, expected);); in array_bessel_functions()
231 verify_component_wise(res, expected);); in array_bessel_functions()
258 verify_component_wise(res, expected);); in array_bessel_functions()
[all …]
Dspecial_functions.cpp26 void verify_component_wise(const X& x, const Y& y) in verify_component_wise() function
177 CALL_SUBTEST( verify_component_wise(ref, ref); ); in array_special_functions()
178 CALL_SUBTEST( res = x.ndtri(); verify_component_wise(res, ref); ); in array_special_functions()
179 CALL_SUBTEST( res = ndtri(x); verify_component_wise(res, ref); ); in array_special_functions()
188 verify_component_wise(cdf_val.ndtri(), m1);); in array_special_functions()
198 CALL_SUBTEST( verify_component_wise(ref, ref); ); in array_special_functions()
199 CALL_SUBTEST( res = x.zeta(q); verify_component_wise(res, ref); ); in array_special_functions()
200 CALL_SUBTEST( res = zeta(x,q); verify_component_wise(res, ref); ); in array_special_functions()
208 CALL_SUBTEST( verify_component_wise(ref, ref); ); in array_special_functions()
210 CALL_SUBTEST( res = x.digamma(); verify_component_wise(res, ref); ); in array_special_functions()
[all …]