Lines Matching refs:algebra
50 range_algebra algebra; variable
54 algebra_type algebra; in BOOST_AUTO_TEST_CASE_TEMPLATE() local
56 algebra.for_each2( x1 , x2 , default_operations::scale_sum1<>( 1.0 ) ); in BOOST_AUTO_TEST_CASE_TEMPLATE()
65 algebra_type algebra; in BOOST_AUTO_TEST_CASE_TEMPLATE() local
67 algebra.for_each3( x1 , x2 , x3 , default_operations::scale_sum2<>( 1.0 , 2.0 ) ); in BOOST_AUTO_TEST_CASE_TEMPLATE()
75 algebra_type algebra; in BOOST_AUTO_TEST_CASE_TEMPLATE() local
77 algebra.for_each4( x1 , x2 , x3 , x4 , default_operations::scale_sum3<>( 1.0 , 2.0 , 3.0 ) ); in BOOST_AUTO_TEST_CASE_TEMPLATE()
84 algebra_type algebra; in BOOST_AUTO_TEST_CASE_TEMPLATE() local
86 …algebra.for_each5( x1 , x2 , x3 , x4 , x5 , default_operations::scale_sum4<>( 1.0 , 2.0 , 3.0 , 4.… in BOOST_AUTO_TEST_CASE_TEMPLATE()
93 algebra_type algebra; in BOOST_AUTO_TEST_CASE_TEMPLATE() local
95 …algebra.for_each6( x1 , x2 , x3 , x4 , x5 , x6 ,default_operations::scale_sum5<>( 1.0 , 2.0 , 3.0 … in BOOST_AUTO_TEST_CASE_TEMPLATE()
102 algebra_type algebra; in BOOST_AUTO_TEST_CASE_TEMPLATE() local
104 …algebra.for_each7( x1 , x2 , x3 , x4 , x5 , x6 , x7 , default_operations::scale_sum6<>( 1.0 , 2.0 … in BOOST_AUTO_TEST_CASE_TEMPLATE()
111 algebra_type algebra; in BOOST_AUTO_TEST_CASE_TEMPLATE() local
113 …algebra.for_each8( x1 , x2 , x3 , x4 , x5 , x6 , x7 , x8 , default_operations::scale_sum7<>( 1.0 ,… in BOOST_AUTO_TEST_CASE_TEMPLATE()
120 algebra_type algebra; in BOOST_AUTO_TEST_CASE_TEMPLATE() local
122 double nrm = algebra.norm_inf( x ); in BOOST_AUTO_TEST_CASE_TEMPLATE()
131 range_algebra algebra; in BOOST_AUTO_TEST_CASE() local
137 algebra.for_each2( x1 , x2 , default_operations::scale_sum1< time_type >( 0.1 * si::second ) ); in BOOST_AUTO_TEST_CASE()