/third_party/boost/boost/numeric/ublas/detail/ |
D | vector_assign.hpp | 176 typedef typename V::storage_category storage_category; in vector_assign_scalar() typedef 177 vector_assign_scalar<F> (v, t, storage_category ()); in vector_assign_scalar() 182 typedef SC storage_category; typedef 187 typedef packed_tag storage_category; typedef 191 typedef sparse_tag storage_category; typedef 195 typedef sparse_proxy_tag storage_category; typedef 200 typedef packed_proxy_tag storage_category; typedef 204 typedef sparse_proxy_tag storage_category; typedef 208 typedef sparse_proxy_tag storage_category; typedef 213 typedef sparse_tag storage_category; typedef [all …]
|
D | matrix_assign.hpp | 455 typedef typename M::storage_category storage_category; in matrix_assign_scalar() typedef 457 matrix_assign_scalar<F> (m, t, storage_category (), orientation_category ()); in matrix_assign_scalar() 462 typedef SC storage_category; typedef 467 typedef packed_tag storage_category; typedef 471 typedef sparse_tag storage_category; typedef 475 typedef sparse_proxy_tag storage_category; typedef 480 typedef packed_proxy_tag storage_category; typedef 484 typedef sparse_proxy_tag storage_category; typedef 489 typedef sparse_tag storage_category; typedef 493 typedef sparse_proxy_tag storage_category; typedef [all …]
|
/third_party/boost/boost/numeric/ublas/ |
D | traits.hpp | 422 typedef S1 storage_category; typedef 427 typedef sparse_proxy_tag storage_category; typedef 431 typedef sparse_proxy_tag storage_category; typedef 435 typedef sparse_proxy_tag storage_category; typedef 440 typedef packed_proxy_tag storage_category; typedef 444 typedef packed_proxy_tag storage_category; typedef 448 typedef sparse_proxy_tag storage_category; typedef 453 typedef sparse_proxy_tag storage_category; typedef 458 typedef dense_proxy_tag storage_category; typedef 462 typedef packed_proxy_tag storage_category; typedef [all …]
|
D | triangular.hpp | 100 typedef packed_tag storage_category; typedef in boost::numeric::ublas::triangular_matrix 1082 typedef typename storage_restrict_traits<typename M::storage_category, 1083 … packed_proxy_tag>::storage_category storage_category; typedef in boost::numeric::ublas::triangular_adaptor 2203 typedef typename E1::storage_category storage_category; in inplace_solve() typedef 2205 lower_tag (), column_major_tag (), storage_category ()); in inplace_solve() 2211 typedef typename E1::storage_category storage_category; in inplace_solve() typedef 2213 lower_tag (), row_major_tag (), storage_category ()); in inplace_solve() 2410 typedef typename E1::storage_category storage_category; in inplace_solve() typedef 2412 upper_tag (), column_major_tag (), storage_category ()); in inplace_solve() 2418 typedef typename E1::storage_category storage_category; in inplace_solve() typedef [all …]
|
D | operation.hpp | 648 typedef typename M::storage_category storage_category; in axpy_prod() typedef 654 …return axpy_prod (e1, e2, m, triangular_restriction (), storage_category (), orientation_category … in axpy_prod() 700 typedef typename M::storage_category storage_category; in axpy_prod() typedef 705 return axpy_prod (e1, e2, m, full (), storage_category (), orientation_category ()); in axpy_prod() 810 typedef typename M::storage_category storage_category; in opb_prod() typedef 815 return opb_prod (e1, e2, m, storage_category (), orientation_category ()); in opb_prod()
|
D | matrix_expression.hpp | 45 typedef typename E::storage_category storage_category; typedef in boost::numeric::ublas::matrix_reference 345 typedef unknown_storage_tag storage_category; typedef in boost::numeric::ublas::vector_matrix_binary 943 typedef unknown_storage_tag storage_category; typedef in boost::numeric::ublas::matrix_unary1 1494 typedef typename E::storage_category storage_category; typedef in boost::numeric::ublas::matrix_unary2 2034 typedef unknown_storage_tag storage_category; typedef in boost::numeric::ublas::matrix_binary 2969 typedef unknown_storage_tag storage_category; typedef in boost::numeric::ublas::matrix_binary_scalar1 3498 typedef unknown_storage_tag storage_category; typedef in boost::numeric::ublas::matrix_binary_scalar2 4039 typedef unknown_storage_tag storage_category; typedef in boost::numeric::ublas::matrix_vector_binary1 4320 typedef unknown_storage_tag storage_category; typedef 4353 typename E2::value_type, E2>::storage_category storage_category; in prod() typedef [all …]
|
D | vector_proxy.hpp | 57 typedef typename storage_restrict_traits<typename V::storage_category, 58 … dense_proxy_tag>::storage_category storage_category; typedef in boost::numeric::ublas::vector_range 629 typedef typename storage_restrict_traits<typename V::storage_category, 630 … dense_proxy_tag>::storage_category storage_category; typedef in boost::numeric::ublas::vector_slice 1190 typedef typename storage_restrict_traits<typename V::storage_category, 1191 … dense_proxy_tag>::storage_category storage_category; typedef in boost::numeric::ublas::vector_indirect
|
D | matrix_proxy.hpp | 49 typedef typename storage_restrict_traits<typename M::storage_category, 50 … dense_proxy_tag>::storage_category storage_category; typedef in boost::numeric::ublas::matrix_row 522 typedef typename storage_restrict_traits<typename M::storage_category, 523 … dense_proxy_tag>::storage_category storage_category; typedef in boost::numeric::ublas::matrix_column 995 typedef typename storage_restrict_traits<typename M::storage_category, 996 … dense_proxy_tag>::storage_category storage_category; typedef in boost::numeric::ublas::matrix_vector_range 1467 typedef typename storage_restrict_traits<typename M::storage_category, 1468 … dense_proxy_tag>::storage_category storage_category; typedef in boost::numeric::ublas::matrix_vector_slice 1948 typedef typename storage_restrict_traits<typename M::storage_category, 1949 … dense_proxy_tag>::storage_category storage_category; typedef in boost::numeric::ublas::matrix_vector_indirect [all …]
|
D | vector_expression.hpp | 45 typedef typename E::storage_category storage_category; typedef in boost::numeric::ublas::vector_reference 272 typedef unknown_storage_tag storage_category; typedef in boost::numeric::ublas::vector_unary 571 typedef unknown_storage_tag storage_category; typedef in boost::numeric::ublas::vector_binary 1026 typedef unknown_storage_tag storage_category; typedef in boost::numeric::ublas::vector_binary_scalar1 1269 typedef unknown_storage_tag storage_category; typedef in boost::numeric::ublas::vector_binary_scalar2 1517 typedef unknown_storage_tag storage_category; typedef in boost::numeric::ublas::vector_scalar_unary 1659 typedef unknown_storage_tag storage_category; typedef in boost::numeric::ublas::vector_scalar_binary
|
D | vector.hpp | 69 typedef dense_tag storage_category; typedef in boost::numeric::ublas::vector 860 typedef dense_tag storage_category; typedef in boost::numeric::ublas::fixed_vector 1701 typedef sparse_tag storage_category; typedef in boost::numeric::ublas::zero_vector 1922 typedef sparse_tag storage_category; typedef in boost::numeric::ublas::unit_vector 2185 typedef dense_tag storage_category; typedef in boost::numeric::ublas::scalar_vector 2444 typedef dense_tag storage_category; typedef in boost::numeric::ublas::c_vector
|
D | vector_of_vector.hpp | 55 typedef sparse_tag storage_category; typedef in boost::numeric::ublas::generalized_vector_of_vector 170 if (boost::is_convertible<typename array_type::storage_category, packed_tag>::value) { in find_element() 186 if (boost::is_convertible<typename array_type::storage_category, packed_tag>::value) { in operator ()()
|
D | banded.hpp | 120 typedef packed_tag storage_category; typedef in boost::numeric::ublas::banded_matrix 1275 typedef typename storage_restrict_traits<typename M::storage_category, 1276 … packed_proxy_tag>::storage_category storage_category; typedef in boost::numeric::ublas::banded_adaptor
|
D | symmetric.hpp | 65 typedef packed_tag storage_category; typedef in boost::numeric::ublas::symmetric_matrix 1028 typedef typename storage_restrict_traits<typename M::storage_category, 1029 … packed_proxy_tag>::storage_category storage_category; typedef in boost::numeric::ublas::symmetric_adaptor
|
D | hermitian.hpp | 273 typedef packed_tag storage_category; typedef in boost::numeric::ublas::hermitian_matrix 1277 typedef typename storage_restrict_traits<typename M::storage_category, 1278 … packed_proxy_tag>::storage_category storage_category; typedef in boost::numeric::ublas::hermitian_adaptor
|
D | matrix.hpp | 112 typedef dense_tag storage_category; typedef in boost::numeric::ublas::matrix 1247 typedef dense_tag storage_category; typedef in boost::numeric::ublas::fixed_matrix 2398 typedef dense_tag storage_category; typedef in boost::numeric::ublas::vector_of_vector 3470 typedef sparse_tag storage_category; typedef in boost::numeric::ublas::zero_matrix 3945 typedef sparse_tag storage_category; typedef in boost::numeric::ublas::identity_matrix 4449 typedef dense_tag storage_category; typedef in boost::numeric::ublas::scalar_matrix 5010 typedef dense_tag storage_category; typedef in boost::numeric::ublas::c_matrix
|
D | vector_sparse.hpp | 329 typedef sparse_tag storage_category; typedef in boost::numeric::ublas::mapped_vector 865 typedef sparse_tag storage_category; typedef in boost::numeric::ublas::compressed_vector 1521 typedef sparse_tag storage_category; typedef in boost::numeric::ublas::coordinate_vector
|
D | matrix_sparse.hpp | 294 typedef sparse_tag storage_category; typedef in boost::numeric::ublas::mapped_matrix 1453 typedef sparse_tag storage_category; typedef in boost::numeric::ublas::mapped_vector_of_mapped_vector 2831 typedef sparse_tag storage_category; typedef in boost::numeric::ublas::compressed_matrix 4299 typedef sparse_tag storage_category; typedef in boost::numeric::ublas::coordinate_matrix
|
/third_party/boost/boost/numeric/ublas/traits/ |
D | c_array.hpp | 42 typedef dense_tag storage_category; typedef 74 typedef dense_tag storage_category; typedef
|
/third_party/boost/boost/numeric/ublas/experimental/ |
D | sparse_view.hpp | 53 typedef dense_tag storage_category; typedef in boost::numeric::ublas::c_array_view 159 typedef sparse_tag storage_category; typedef in boost::numeric::ublas::compressed_matrix_view
|
/third_party/boost/libs/numeric/ublas/test/ |
D | test_matrix_vector.cpp | 51 guardSparsePreserveResize( rows, new_num_rows, typename Matrix::storage_category()); in test_matrix_row_facade() 206 guardSparsePreserveResize( columns, new_num_cols, typename Matrix::storage_category()); in test_matrix_column_facade()
|
/third_party/boost/libs/multiprecision/test/ublas_interop/common/ |
D | init.hpp | 78 initialize_matrix_impl(m, typename M::storage_category()); in initialize_matrix()
|
/third_party/boost/libs/numeric/ublas/test/common/ |
D | init.hpp | 74 initialize_matrix_impl (m, typename M::storage_category()); in initialize_matrix()
|
/third_party/boost/boost/numeric/ublas/tensor/ |
D | tensor.hpp | 125 using storage_category = dense_tag; typedef in boost::numeric::ublas::tensor
|