• Home
  • Raw
  • Download

Lines Matching refs:std

34             std::cout << "row (m, " << i << ") = " << v1 << std::endl;  in test_with()
36 std::cout << "column (m, " << i << ") = " << v1 << std::endl; in test_with()
43 std::cout << "outer_prod (v1, v2) = " << m1 << std::endl; in test_with()
49 std::cout << "prod (m1, v1) = " << v2 << std::endl; in test_with()
51 std::cout << "prod (v1, m1) = " << v2 << std::endl; in test_with()
86 std::cout << "test_matrix_vector" << std::endl; in test_matrix_vector()
91 std::cout << "mp_test_type, map_array" << std::endl; in test_matrix_vector()
92 …test_my_matrix_vector<ublas::mapped_vector<mp_test_type, ublas::map_array<std::size_t, mp_test_typ… in test_matrix_vector()
93 …ublas::mapped_matrix<mp_test_type, ublas::row_major, ublas::map_array<std::size_t, mp_test_type> >… in test_matrix_vector()
97 std::cout << "double, map_array" << std::endl; in test_matrix_vector()
98 test_my_matrix_vector<ublas::mapped_vector<double, ublas::map_array<std::size_t, double> >, in test_matrix_vector()
99 … ublas::mapped_matrix<double, ublas::row_major, ublas::map_array<std::size_t, double> >, 3>()(); in test_matrix_vector()
104 std::cout << "std::complex<mp_test_type>, map_array" << std::endl; in test_matrix_vector()
105 …test_my_matrix_vector<ublas::mapped_vector<std::complex<mp_test_type>, ublas::map_array<std::size_… in test_matrix_vector()
106 …ublas::mapped_matrix<std::complex<mp_test_type>, ublas::row_major, ublas::map_array<std::size_t, s… in test_matrix_vector()
110 std::cout << "std::complex<double>, map_array" << std::endl; in test_matrix_vector()
111 …test_my_matrix_vector<ublas::mapped_vector<std::complex<double>, ublas::map_array<std::size_t, std in test_matrix_vector()
112 …ublas::mapped_matrix<std::complex<double>, ublas::row_major, ublas::map_array<std::size_t, std::co… in test_matrix_vector()
119 std::cout << "mp_test_type, std::map" << std::endl; in test_matrix_vector()
120 test_my_matrix_vector<ublas::mapped_vector<mp_test_type, std::map<std::size_t, mp_test_type> >, in test_matrix_vector()
121 …ublas::mapped_matrix<mp_test_type, ublas::row_major, std::map<std::size_t, mp_test_type> >, 3>()(); in test_matrix_vector()
125 std::cout << "double, std::map" << std::endl; in test_matrix_vector()
126 test_my_matrix_vector<ublas::mapped_vector<double, std::map<std::size_t, double> >, in test_matrix_vector()
127 … ublas::mapped_matrix<double, ublas::row_major, std::map<std::size_t, double> >, 3>()(); in test_matrix_vector()
132 std::cout << "std::complex<mp_test_type>, std::map" << std::endl; in test_matrix_vector()
133 …test_my_matrix_vector<ublas::mapped_vector<std::complex<mp_test_type>, std::map<std::size_t, std::… in test_matrix_vector()
134 …ublas::mapped_matrix<std::complex<mp_test_type>, ublas::row_major, std::map<std::size_t, std::comp… in test_matrix_vector()
138 std::cout << "std::complex<double>, std::map" << std::endl; in test_matrix_vector()
139 …test_my_matrix_vector<ublas::mapped_vector<std::complex<double>, std::map<std::size_t, std::comple… in test_matrix_vector()
140 …ublas::mapped_matrix<std::complex<double>, ublas::row_major, std::map<std::size_t, std::complex<do… in test_matrix_vector()
149 std::cout << "mp_test_type, mapped_vector map_array" << std::endl; in test_matrix_vector()
150 …test_my_matrix_vector<ublas::mapped_vector<mp_test_type, ublas::map_array<std::size_t, mp_test_typ… in test_matrix_vector()
151 …ped_vector<mp_test_type, ublas::row_major, ublas::map_array<std::size_t, ublas::map_array<std::siz… in test_matrix_vector()
155 std::cout << "double, mapped_vector map_array" << std::endl; in test_matrix_vector()
156 test_my_matrix_vector<ublas::mapped_vector<double, ublas::map_array<std::size_t, double> >, in test_matrix_vector()
157 …s::mapped_vector<double, ublas::row_major, ublas::map_array<std::size_t, ublas::map_array<std::siz… in test_matrix_vector()
162 std::cout << "std::complex<mp_test_type>, mapped_vector map_array" << std::endl; in test_matrix_vector()
163 …test_my_matrix_vector<ublas::mapped_vector<std::complex<mp_test_type>, ublas::map_array<std::size_… in test_matrix_vector()
164 …ublas::mapped_vector<std::complex<mp_test_type>, ublas::row_major, ublas::map_array<std::size_t, u… in test_matrix_vector()
168 std::cout << "std::complex<double>,mapped_vector map_array" << std::endl; in test_matrix_vector()
169 …test_my_matrix_vector<ublas::mapped_vector<std::complex<double>, ublas::map_array<std::size_t, std in test_matrix_vector()
170 …ublas::mapped_vector<std::complex<double>, ublas::row_major, ublas::map_array<std::size_t, ublas::… in test_matrix_vector()
177 std::cout << "mp_test_type, mapped_vector std::map" << std::endl; in test_matrix_vector()
178 test_my_matrix_vector<ublas::mapped_vector<mp_test_type, std::map<std::size_t, mp_test_type> >, in test_matrix_vector()
179 …ublas::mapped_vector<mp_test_type, ublas::row_major, std::map<std::size_t, std::map<std::size_t, m… in test_matrix_vector()
183 std::cout << "double, mapped_vector std::map" << std::endl; in test_matrix_vector()
184 test_my_matrix_vector<ublas::mapped_vector<double, std::map<std::size_t, double> >, in test_matrix_vector()
185 …ublas::mapped_vector<double, ublas::row_major, std::map<std::size_t, std::map<std::size_t, double>… in test_matrix_vector()
190 std::cout << "std::complex<mp_test_type>, mapped_vector std::map" << std::endl; in test_matrix_vector()
191 …test_my_matrix_vector<ublas::mapped_vector<std::complex<mp_test_type>, std::map<std::size_t, std::… in test_matrix_vector()
192 …ublas::mapped_vector<std::complex<mp_test_type>, ublas::row_major, std::map<std::size_t, std::map< in test_matrix_vector()
196 std::cout << "std::complex<double>, mapped_vector std::map" << std::endl; in test_matrix_vector()
197 …test_my_matrix_vector<ublas::mapped_vector<std::complex<double>, std::map<std::size_t, std::comple… in test_matrix_vector()
198 …ublas::mapped_vector<std::complex<double>, ublas::row_major, std::map<std::size_t, std::map<std::s… in test_matrix_vector()
207 std::cout << "mp_test_type, generalized_vector_of_vector map_array" << std::endl; in test_matrix_vector()
208 …test_my_matrix_vector<ublas::mapped_vector<mp_test_type, ublas::map_array<std::size_t, mp_test_typ… in test_matrix_vector()
209 …w_major, ublas::vector<ublas::mapped_vector<mp_test_type, ublas::map_array<std::size_t, mp_test_ty… in test_matrix_vector()
210 …test_my_matrix_vector<ublas::mapped_vector<mp_test_type, ublas::map_array<std::size_t, mp_test_typ… in test_matrix_vector()
211 …, ublas::map_array<std::size_t, mp_test_type> >, ublas::map_array<std::size_t, ublas::mapped_vecto… in test_matrix_vector()
215 std::cout << "double, generalized_vector_of_vector map_array" << std::endl; in test_matrix_vector()
216 test_my_matrix_vector<ublas::mapped_vector<double, ublas::map_array<std::size_t, double> >, in test_matrix_vector()
217 …as::row_major, ublas::vector<ublas::mapped_vector<double, ublas::map_array<std::size_t, double> > … in test_matrix_vector()
218 test_my_matrix_vector<ublas::mapped_vector<double, ublas::map_array<std::size_t, double> >, in test_matrix_vector()
219 …double, ublas::map_array<std::size_t, double> >, ublas::map_array<std::size_t, ublas::mapped_vecto… in test_matrix_vector()
224 std::cout << "std::complex<mp_test_type>, generalized_vector_of_vector map_array" << std::endl; in test_matrix_vector()
225 …test_my_matrix_vector<ublas::mapped_vector<std::complex<mp_test_type>, ublas::map_array<std::size_… in test_matrix_vector()
226 …ctor<std::complex<mp_test_type>, ublas::row_major, ublas::vector<ublas::mapped_vector<std::complex… in test_matrix_vector()
227 …test_my_matrix_vector<ublas::mapped_vector<std::complex<mp_test_type>, ublas::map_array<std::size_… in test_matrix_vector()
228std::complex<mp_test_type>, ublas::row_major, ublas::mapped_vector<ublas::mapped_vector<std::compl… in test_matrix_vector()
232 std::cout << "std::complex<double>, generalized_vector_of_vector map_array" << std::endl; in test_matrix_vector()
233 …test_my_matrix_vector<ublas::mapped_vector<std::complex<double>, ublas::map_array<std::size_t, std in test_matrix_vector()
234 …_of_vector<std::complex<double>, ublas::row_major, ublas::vector<ublas::mapped_vector<std::complex… in test_matrix_vector()
235 …test_my_matrix_vector<ublas::mapped_vector<std::complex<double>, ublas::map_array<std::size_t, std in test_matrix_vector()
236std::complex<double>, ublas::row_major, ublas::mapped_vector<ublas::mapped_vector<std::complex<dou… in test_matrix_vector()
243 std::cout << "mp_test_type, generalized_vector_of_vector std::map" << std::endl; in test_matrix_vector()
244 test_my_matrix_vector<ublas::mapped_vector<mp_test_type, std::map<std::size_t, mp_test_type> >, in test_matrix_vector()
245 …e, ublas::row_major, ublas::vector<ublas::mapped_vector<mp_test_type, std::map<std::size_t, mp_tes… in test_matrix_vector()
246 test_my_matrix_vector<ublas::mapped_vector<mp_test_type, std::map<std::size_t, mp_test_type> >, in test_matrix_vector()
247 …_vector<mp_test_type, std::map<std::size_t, mp_test_type> >, std::map<std::size_t, ublas::mapped_v… in test_matrix_vector()
251 std::cout << "double, generalized_vector_of_vector std::map" << std::endl; in test_matrix_vector()
252 test_my_matrix_vector<ublas::mapped_vector<double, std::map<std::size_t, double> >, in test_matrix_vector()
253 …<double, ublas::row_major, ublas::vector<ublas::mapped_vector<double, std::map<std::size_t, double… in test_matrix_vector()
254 test_my_matrix_vector<ublas::mapped_vector<double, std::map<std::size_t, double> >, in test_matrix_vector()
255 …blas::mapped_vector<double, std::map<std::size_t, double> >, std::map<std::size_t, ublas::mapped_v… in test_matrix_vector()
260 std::cout << "std::complex<mp_test_type>, generalized_vector_of_vector std::map" << std::endl; in test_matrix_vector()
261 …test_my_matrix_vector<ublas::mapped_vector<std::complex<mp_test_type>, std::map<std::size_t, std::… in test_matrix_vector()
262 …f_vector<std::complex<mp_test_type>, ublas::row_major, ublas::vector<ublas::mapped_vector<std::com… in test_matrix_vector()
263 …test_my_matrix_vector<ublas::mapped_vector<std::complex<mp_test_type>, std::map<std::size_t, std::… in test_matrix_vector()
264std::complex<mp_test_type>, ublas::row_major, ublas::mapped_vector<ublas::mapped_vector<std::compl… in test_matrix_vector()
268 std::cout << "std::complex<double>, generalized_vector_of_vector std::map" << std::endl; in test_matrix_vector()
269 …test_my_matrix_vector<ublas::mapped_vector<std::complex<double>, std::map<std::size_t, std::comple… in test_matrix_vector()
270 …ctor_of_vector<std::complex<double>, ublas::row_major, ublas::vector<ublas::mapped_vector<std::com… in test_matrix_vector()
271 …test_my_matrix_vector<ublas::mapped_vector<std::complex<double>, std::map<std::size_t, std::comple… in test_matrix_vector()
272std::complex<double>, ublas::row_major, ublas::mapped_vector<ublas::mapped_vector<std::complex<dou… in test_matrix_vector()
280 std::cout << "mp_test_type compressed" << std::endl; in test_matrix_vector()
286 std::cout << "double compressed" << std::endl; in test_matrix_vector()
293 std::cout << "std::complex<mp_test_type> compressed" << std::endl; in test_matrix_vector()
294 test_my_matrix_vector<ublas::compressed_vector<std::complex<mp_test_type> >, in test_matrix_vector()
295 ublas::compressed_matrix<std::complex<mp_test_type> >, 3>()(); in test_matrix_vector()
299 std::cout << "std::complex<double> compressed" << std::endl; in test_matrix_vector()
300 test_my_matrix_vector<ublas::compressed_vector<std::complex<double> >, in test_matrix_vector()
301 ublas::compressed_matrix<std::complex<double> >, 3>()(); in test_matrix_vector()
308 std::cout << "mp_test_type coordinate" << std::endl; in test_matrix_vector()
314 std::cout << "double coordinate" << std::endl; in test_matrix_vector()
321 std::cout << "std::complex<mp_test_type> coordinate" << std::endl; in test_matrix_vector()
322 test_my_matrix_vector<ublas::coordinate_vector<std::complex<mp_test_type> >, in test_matrix_vector()
323 ublas::coordinate_matrix<std::complex<mp_test_type> >, 3>()(); in test_matrix_vector()
327 std::cout << "std::complex<double> coordinate" << std::endl; in test_matrix_vector()
328 test_my_matrix_vector<ublas::coordinate_vector<std::complex<double> >, in test_matrix_vector()
329 ublas::coordinate_matrix<std::complex<double> >, 3>()(); in test_matrix_vector()