Home
last modified time | relevance | path

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

/third_party/boost/libs/numeric/ublas/test/opencl/
Dtransposition_test.hpp25 ublas::matrix<T, F> resultUBLAS; in run() local
38 resultUBLAS = ublas::trans(a); in run()
42 if (!test::compare(resultUBLAS, resultOPENCL)) in run()
Douter_prod_test.hpp26 ublas::matrix<T> resultUBLAS; in run() local
42 resultUBLAS = ublas::outer_prod(va, vb); in run()
46 if (!test::compare(resultUBLAS, resultOPENCL)) in run()
Dprod_test.hpp26 ublas::matrix<T, F> resultUBLAS; in run() local
55 resultUBLAS = prod(a, b); in run()
69 …if ((!test::compare(resultUBLAS, resultOPENCL)) || (!test::compare(result_vector_opencl_mv, result… in run()