Home
last modified time | relevance | path

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

/third_party/boost/libs/numeric/ublas/benchmarks/opencl/
Dinner_prod.cpp23 template <typename S, bool C> class inner_prod;
26 class inner_prod<R(V,V), C> : public benchmark<R(V,V), C> class
29 inner_prod(std::string const &name) : benchmark<R(V,V), C>(name) {} in inner_prod() function in boost::numeric::ublas::benchmark::opencl::inner_prod
32 ublas::opencl::inner_prod(*this->a, *this->b, this->queue); in operation()
46 bm::opencl::inner_prod<T(vector,vector), true> p(name); in benchmark()
51 bm::opencl::inner_prod<T(vector,vector), false> p(name); in benchmark()
DJamfile26 exe inner_prod : inner_prod.cpp ;
/third_party/boost/libs/numeric/ublas/benchmarks/
Dinner_prod.cpp18 template <typename S> class inner_prod;
21 class inner_prod<R(V1, V2)> : public benchmark class
24 inner_prod(std::string const &name) : benchmark(name) {} in inner_prod() function in boost::numeric::ublas::benchmark::inner_prod
32 c = ublas::inner_prod(a, b); in operation()
50 bm::inner_prod<T(vector, vector)> p("inner_prod(vector<" + type + ">)"); in benchmark()
DJamfile14 exe inner_prod : inner_prod.cpp ;
20 exe reference/inner_prod : reference/inner_prod.cpp ;
/third_party/boost/libs/numeric/ublas/benchmarks/reference/
Dinner_prod.cpp18 template <typename S> class inner_prod;
21 class inner_prod<R(V1, V2)> : public benchmark class
24 inner_prod(std::string const &name) : benchmark(name) {} in inner_prod() function in boost::numeric::ublas::benchmark::inner_prod
52 bm::inner_prod<T(vector, vector)> p("ref::inner_prod(vector<" + type + ">)"); in benchmark()
/third_party/boost/libs/numeric/ublas/test/opencl/
Dinner_prod_test.hpp40 result_inner_prod_ublas = ublas::inner_prod(va, vb); in run()
42 result_inner_prod_opencl = opencl::inner_prod(va, vb, queue); in run()
/third_party/boost/libs/concept_check/test/
Dstl_concept_covering.cpp93 namespace inner_prod namespace
107 inner_prod::RetMult
108 operator*(const inner_prod::Tin1&, const inner_prod::Tin2&) { in operator *()
109 return inner_prod::RetMult(dummy_cons); in operator *()
111 inner_prod::RetAdd
112 operator+(const inner_prod::T&, in operator +()
113 const inner_prod::RetMult&) { in operator +()
114 return inner_prod::RetAdd(dummy_cons); in operator +()
909 input_iterator_archetype<inner_prod::Tin1> in1; in main()
910 input_iterator_archetype<inner_prod::Tin2> in2; in main()
[all …]
/third_party/boost/libs/numeric/ublas/doc/samples/
Dvector_binary_redux.cpp21 std::cout << inner_prod (v1, v2) << std::endl; in main()
/third_party/boost/libs/numeric/ublas/test/
Dtest_fixed_containers.cpp139 auto ip = inner_prod( v, v); in test_vector()
140 auto ip1 = inner_prod( v1, v1); in test_vector()
Dtest11.cpp135 t = ublas::inner_prod (v1, v2); in test_expression_with()
141 v1 = v1 * ublas::inner_prod (v1, v2); in test_expression_with()
Dtest71.cpp105 t = ublas::inner_prod (v1, v2); in test_with()
Dtest31.cpp121 t = ublas::inner_prod (v1, v2); in test_with()
/third_party/boost/libs/multiprecision/test/ublas_interop/
Dtest11.cpp142 t = ublas::inner_prod(v1, v2); in test_expression_with()
148 v1 = v1 * ublas::inner_prod(v1, v2); in test_expression_with()
Dtest71.cpp115 t = ublas::inner_prod(v1, v2); in test_with()
Dtest31.cpp127 t = ublas::inner_prod(v1, v2); in test_with()
/third_party/boost/libs/numeric/ublas/test/tensor/
Dtest_functions.cpp234 auto c = ublas::inner_prod(a, b); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
261 auto c = ublas::inner_prod(a, a); in BOOST_FIXTURE_TEST_CASE_TEMPLATE()
/third_party/boost/boost/numeric/ublas/opencl/
Dprod.hpp266 inner_prod(ublas::vector<T, opencl::storage> const &a, in inner_prod() function
277 inner_prod(ublas::vector<T, A> const &a, in inner_prod() function
283 return inner_prod(adev, bdev, queue); in inner_prod()
/third_party/boost/boost/numeric/ublas/
Dblas.hpp76 return inner_prod (v1, v2); in dot()
Dvector_expression.hpp1739 inner_prod (const vector_expression<E1> &e1, in inner_prod() function
/third_party/boost/boost/numeric/ublas/tensor/
Doperators_arithmetic.hpp234 return boost::numeric::ublas::inner_prod( tensor_left, tensor_right ); in operator *()
Dfunctions.hpp308 auto inner_prod(tensor<V,F,A1> const& a, tensor<V,F,A2> const& b) in inner_prod() function