Home
last modified time | relevance | path

Searched defs:test_my_vector (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/multiprecision/test/ublas_interop/
Dtest11.cpp19 struct test_my_vector struct
21 typedef typename V::value_type value_type;
22 typedef typename V::size_type size_type;
23 typedef typename ublas::type_traits<value_type>::real_type real_type;
26 void test_container_with(VP& v1) const in test_container_with()
36 void test_expression_with(VP& v1, VP& v2, VP& v3) const in test_expression_with()
152 void operator()() const in operator ()()
Dtest31.cpp21 struct test_my_vector struct
23 typedef typename V::value_type value_type;
24 typedef typename V::size_type size_type;
25 typedef typename ublas::type_traits<value_type>::real_type real_type;
28 void test_with(VP& v1, VP& v2, VP& v3) const in test_with()
131 void operator()() const in operator ()()
Dtest71.cpp24 struct test_my_vector struct
26 typedef typename V::value_type value_type;
27 typedef typename V::size_type size_type;
28 typedef typename ublas::type_traits<value_type>::real_type real_type;
31 void test_with(VP& v1, VP& v2, VP& v3) const in test_with()
119 void operator()() const in operator ()()
/third_party/boost/libs/numeric/ublas/test/
Dtest11.cpp15 struct test_my_vector { struct
16 typedef typename V::value_type value_type;
17 typedef typename V::size_type size_type;
18 typedef typename ublas::type_traits<value_type>::real_type real_type;
21 void test_container_with (VP &v1) const { in test_container_with()
30 void test_expression_with (VP &v1, VP &v2, VP &v3) const { in test_expression_with()
145 void operator () () const { in operator ()()
Dtest71.cpp16 struct test_my_vector { struct
17 typedef typename V::value_type value_type;
18 typedef typename V::size_type size_type;
19 typedef typename ublas::type_traits<value_type>::real_type real_type;
22 void test_with (VP &v1, VP &v2, VP &v3) const { in test_with()
109 void operator () () const { in operator ()()
Dtest31.cpp17 struct test_my_vector { struct
18 typedef typename V::value_type value_type;
19 typedef typename V::size_type size_type;
20 typedef typename ublas::type_traits<value_type>::real_type real_type;
23 void test_with (VP &v1, VP &v2, VP &v3) const { in test_with()
125 void operator () () const { in operator ()()