| /third_party/boost/libs/numeric/ublas/test/tensor/ |
| D | test_tensor.cpp | 34 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef 99 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 125 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 159 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 190 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 220 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 243 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 269 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 291 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 379 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef [all …]
|
| D | test_tensor_matrix_vector.cpp | 33 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef 68 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef 124 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 146 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 172 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 207 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 239 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 277 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 314 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 373 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef [all …]
|
| D | test_functions.cpp | 59 using tensor_type = ublas::tensor<value_type,layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 88 using tensor_type = ublas::tensor<value_type,layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 116 using tensor_type = ublas::tensor<value_type,layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 154 using tensor_type = ublas::tensor<value_type,layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 226 using tensor_type = ublas::tensor<value_type,layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 248 using tensor_type = ublas::tensor<value_type,layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 281 using tensor_type = ublas::tensor<value_type,layout_type>; in BOOST_FIXTURE_TEST_CASE() typedef 358 using tensor_type = ublas::tensor<value_type,layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 400 using tensor_type = ublas::tensor<value_type,layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
|
| D | test_operators_comparison.cpp | 53 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 110 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 181 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
|
| D | test_expression.cpp | 60 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 85 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 123 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
|
| D | test_operators_arithmetic.cpp | 54 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 123 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 186 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
|
| D | test_expression_evaluation.cpp | 58 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef 149 using tensor_type = ublas::tensor<value_type, layout_type>; in BOOST_FIXTURE_TEST_CASE_TEMPLATE() typedef
|
| D | test_multi_index.cpp | 92 using tensor_type = tensor<value_type,layout_type>; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
|
| D | test_einstein_notation.cpp | 34 using tensor_type = tensor<value_type,layout_type>; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
|
| /third_party/boost/boost/numeric/ublas/tensor/ |
| D | functions.hpp | 61 using tensor_type = tensor<V,F,A1>; in prod() typedef 124 using tensor_type = tensor<V,F,A1>; in prod() typedef 189 using tensor_type = tensor<V,F,A1>; in prod() typedef 340 using tensor_type = tensor<V,F,A1>; in outer_prod() typedef 377 using tensor_type = tensor<V,F,A>; in trans() typedef 430 using tensor_type = typename detail::tensor_expression<T,D>::tensor_type; in norm() typedef 463 using tensor_type = tensor<V,F,typename storage_traits<A>::template rebind<V>>; in real() typedef 497 using tensor_type = tensor<V,F,typename storage_traits<A>::template rebind<V>>; in imag() typedef 518 using tensor_type = T; in conj() typedef
|
| D | expression.hpp | 58 using tensor_type = T; typedef 75 using tensor_type = T; typedef 137 using tensor_type = T; typedef
|
| D | expression_evaluation.hpp | 238 void eval(tensor_type& lhs, tensor_expression<tensor_type, derived_type> const& expr) in eval() 257 void eval(tensor_type& lhs, tensor_expression<tensor_type, derived_type> const& expr, unary_fn cons… in eval()
|
| /third_party/boost/libs/numeric/odeint/test/ |
| D | multi_array.cpp | 38 typedef boost::multi_array< double , 3 > tensor_type; typedef
|