• Home
  • Raw
  • Download

Lines Matching full:numeric

130     std::cout << "boost::numeric::interval<float>, bounded_array" << std::endl;  in test_matrix()
131 …test_my_matrix<ublas::matrix<boost::numeric::interval<float>, ublas::row_major, ublas::bounded_arr… in test_matrix()
135 std::cout << "boost::numeric::interval<double>, bounded_array" << std::endl; in test_matrix()
136 …test_my_matrix<ublas::matrix<boost::numeric::interval<double>, ublas::row_major, ublas::bounded_ar… in test_matrix()
142 std::cout << "boost::numeric::interval<float>, unbounded_array" << std::endl; in test_matrix()
143 …test_my_matrix<ublas::matrix<boost::numeric::interval<float>, ublas::row_major, ublas::unbounded_a… in test_matrix()
147 std::cout << "boost::numeric::interval<double>, unbounded_array" << std::endl; in test_matrix()
148 …est_my_matrix<ublas::matrix<boost::numeric::interval<double>, ublas::row_major, ublas::unbounded_a… in test_matrix()
154 std::cout << "boost::numeric::interval<float>, std::vector" << std::endl; in test_matrix()
155 …test_my_matrix<ublas::matrix<boost::numeric::interval<float>, ublas::row_major, std::vector<boost:… in test_matrix()
159 std::cout << "boost::numeric::interval<double>, std::vector" << std::endl; in test_matrix()
160 …test_my_matrix<ublas::matrix<boost::numeric::interval<double>, ublas::row_major, std::vector<boost… in test_matrix()
168 std::cout << "boost::numeric::interval<float>, bounded_array" << std::endl; in test_matrix()
169 …::vector_of_vector<boost::numeric::interval<float>, ublas::row_major, ublas::bounded_array<ublas::… in test_matrix()
173 std::cout << "boost::numeric::interval<double>, bounded_array" << std::endl; in test_matrix()
174 …::vector_of_vector<boost::numeric::interval<double>, ublas::row_major, ublas::bounded_array<ublas:… in test_matrix()
180 std::cout << "boost::numeric::interval<float>, unbounded_array" << std::endl; in test_matrix()
181 …vector_of_vector<boost::numeric::interval<float>, ublas::row_major, ublas::unbounded_array<ublas::… in test_matrix()
185 std::cout << "boost::numeric::interval<double>, unbounded_array" << std::endl; in test_matrix()
186 …vector_of_vector<boost::numeric::interval<double>, ublas::row_major, ublas::unbounded_array<ublas:… in test_matrix()
192 std::cout << "boost::numeric::interval<float>, std::vector" << std::endl; in test_matrix()
193 …rix<ublas::vector_of_vector<boost::numeric::interval<float>, ublas::row_major, std::vector<std::ve… in test_matrix()
197 std::cout << "boost::numeric::interval<double>, std::vector" << std::endl; in test_matrix()
198 …rix<ublas::vector_of_vector<boost::numeric::interval<double>, ublas::row_major, std::vector<std::v… in test_matrix()