Searched defs:test_blas_2 (Results 1 – 4 of 4) sorted by relevance
| /third_party/boost/libs/multiprecision/test/ublas_interop/ |
| D | test22.cpp | 137 template struct test_blas_2<ublas::vector<mp_test_type>, ublas::matrix<mp_test_type>, 3>; variable 141 template struct test_blas_2<ublas::vector<double>, ublas::matrix<double>, 3>; variable 146 template struct test_blas_2<ublas::vector<std::complex<mp_test_type> >, ublas::matrix<std::complex<… variable 150 template struct test_blas_2<ublas::vector<std::complex<double> >, ublas::matrix<std::complex<double… variable
|
| D | test2.hpp | 66 struct test_blas_2 struct 68 typedef typename V::value_type value_type;
|
| /third_party/boost/libs/numeric/ublas/test/ |
| D | test22.cpp | 132 template struct test_blas_2<ublas::vector<float>, ublas::matrix<float>, 3>; variable 136 template struct test_blas_2<ublas::vector<double>, ublas::matrix<double>, 3>; variable 141 template struct test_blas_2<ublas::vector<std::complex<float> >, ublas::matrix<std::complex<float> … variable 145 template struct test_blas_2<ublas::vector<std::complex<double> >, ublas::matrix<std::complex<double… variable
|
| D | test2.hpp | 37 struct test_blas_2 { struct 38 typedef typename V::value_type value_type;
|