/third_party/boost/boost/numeric/ublas/ |
D | operation.hpp | 73 typedef typename L1::orientation_category orientation_category; in axpy_prod() typedef 83 axpy_prod (e1, e2, v, orientation_category ()); in axpy_prod() 207 typedef typename E1::orientation_category orientation_category; in axpy_prod() typedef 208 return axpy_prod (e1, e2, v, packed_random_access_iterator_tag (), orientation_category ()); in axpy_prod() 316 typedef typename L2::orientation_category orientation_category; in axpy_prod() typedef 326 axpy_prod (e1, e2, v, orientation_category ()); in axpy_prod() 425 typedef typename E2::orientation_category orientation_category; in axpy_prod() typedef 426 return axpy_prod (e1, e2, v, packed_random_access_iterator_tag (), orientation_category ()); in axpy_prod() 649 typedef typename M::orientation_category orientation_category; in axpy_prod() typedef 654 …urn axpy_prod (e1, e2, m, triangular_restriction (), storage_category (), orientation_category ()); in axpy_prod() [all …]
|
D | operation_sparse.hpp | 150 typedef typename M::orientation_category orientation_category; in sparse_prod() typedef 154 return sparse_prod (e1, e2, m, triangular_restriction (), orientation_category ()); in sparse_prod() 177 typedef typename M::orientation_category orientation_category; in sparse_prod() typedef 181 return sparse_prod (e1, e2, m, full (), orientation_category ()); in sparse_prod()
|
D | triangular.hpp | 101 typedef typename L::orientation_category orientation_category; typedef in boost::numeric::ublas::triangular_matrix 1084 typedef typename M::orientation_category orientation_category; typedef in boost::numeric::ublas::triangular_adaptor 2220 typedef typename E1::orientation_category orientation_category; in inplace_solve() typedef 2222 lower_tag (), orientation_category ()); in inplace_solve() 2228 typedef typename E1::orientation_category orientation_category; in inplace_solve() typedef 2230 unit_lower_tag (), orientation_category ()); in inplace_solve() 2427 typedef typename E1::orientation_category orientation_category; in inplace_solve() typedef 2429 upper_tag (), orientation_category ()); in inplace_solve() 2435 typedef typename E1::orientation_category orientation_category; in inplace_solve() typedef 2437 unit_upper_tag (), orientation_category ()); in inplace_solve() [all …]
|
D | matrix_expression.hpp | 44 typedef typename E::orientation_category orientation_category; typedef in boost::numeric::ublas::matrix_reference 344 typedef unknown_orientation_tag orientation_category; typedef in boost::numeric::ublas::vector_matrix_binary 942 typedef typename E::orientation_category orientation_category; typedef in boost::numeric::ublas::matrix_unary1 1487 typedef typename boost::mpl::if_<boost::is_same<typename E::orientation_category, 1490 typename boost::mpl::if_<boost::is_same<typename E::orientation_category, 1493 typename E::orientation_category>::type>::type orientation_category; typedef in boost::numeric::ublas::matrix_unary2 2033 typedef unknown_orientation_tag orientation_category; typedef in boost::numeric::ublas::matrix_binary 2968 typedef typename E2::orientation_category orientation_category; typedef in boost::numeric::ublas::matrix_binary_scalar1 3497 typedef typename E1::orientation_category orientation_category; typedef in boost::numeric::ublas::matrix_binary_scalar2 4321 typedef row_major_tag orientation_category; typedef [all …]
|
D | operation_blocked.hpp | 260 typedef typename M::orientation_category orientation_category; in block_prod() typedef 261 return block_prod<M, BS> (e1, e2, orientation_category ()); in block_prod()
|
D | banded.hpp | 121 typedef typename L::orientation_category orientation_category; typedef in boost::numeric::ublas::banded_matrix 140 …data_ ( hidden::banded_indexing<orientation_category>::size(size1, size2) * (lower + 1 + upper)) /… in banded_matrix() 163 …data_ ( hidden::banded_indexing<orientation_category>::size(size1_, size2_) * (lower_ + 1 + upper_… in banded_matrix() 251 …return data () [hidden::banded_indexing<orientation_category>::get_index(size1_, size2_, lower_, u… in operator ()() 279 …return data () [hidden::banded_indexing<orientation_category>::get_index(size1_, size2_, lower_, u… in at_element() 309 …return data () [hidden::banded_indexing<orientation_category>::get_index(size1_, size2_, lower_, u… in operator ()() 1277 typedef typename M::orientation_category orientation_category; typedef in boost::numeric::ublas::banded_adaptor
|
D | traits.hpp | 665 typedef typename MATRIX::orientation_category orientation_category; typedef
|
D | matrix.hpp | 116 typedef typename L::orientation_category orientation_category; typedef in boost::numeric::ublas::matrix 1251 typedef typename L::orientation_category orientation_category; typedef in boost::numeric::ublas::fixed_matrix 2402 typedef typename L::orientation_category orientation_category; typedef in boost::numeric::ublas::vector_of_vector 3471 typedef unknown_orientation_tag orientation_category; typedef in boost::numeric::ublas::zero_matrix 3946 typedef unknown_orientation_tag orientation_category; typedef in boost::numeric::ublas::identity_matrix 4450 typedef unknown_orientation_tag orientation_category; typedef in boost::numeric::ublas::scalar_matrix 5014 typedef row_major_tag orientation_category; typedef in boost::numeric::ublas::c_matrix
|
D | symmetric.hpp | 66 typedef typename L::orientation_category orientation_category; typedef in boost::numeric::ublas::symmetric_matrix 1030 typedef typename M::orientation_category orientation_category; typedef in boost::numeric::ublas::symmetric_adaptor
|
D | hermitian.hpp | 274 typedef typename L::orientation_category orientation_category; typedef in boost::numeric::ublas::hermitian_matrix 1279 typedef typename M::orientation_category orientation_category; typedef in boost::numeric::ublas::hermitian_adaptor
|
D | vector_of_vector.hpp | 56 typedef typename L::orientation_category orientation_category; typedef in boost::numeric::ublas::generalized_vector_of_vector
|
D | matrix_sparse.hpp | 295 typedef typename L::orientation_category orientation_category; typedef in boost::numeric::ublas::mapped_matrix 1454 typedef typename L::orientation_category orientation_category; typedef in boost::numeric::ublas::mapped_vector_of_mapped_vector 2832 typedef typename L::orientation_category orientation_category; typedef in boost::numeric::ublas::compressed_matrix 4300 typedef typename L::orientation_category orientation_category; typedef in boost::numeric::ublas::coordinate_matrix
|
D | matrix_proxy.hpp | 2430 typedef typename M::orientation_category orientation_category; typedef in boost::numeric::ublas::matrix_range 3422 typedef typename M::orientation_category orientation_category; typedef in boost::numeric::ublas::matrix_slice 4468 typedef typename M::orientation_category orientation_category; typedef in boost::numeric::ublas::matrix_indirect
|
D | functional.hpp | 1403 typedef row_major_tag orientation_category; typedef 1581 typedef column_major_tag orientation_category; typedef
|
/third_party/boost/boost/numeric/ublas/detail/ |
D | matrix_assign.hpp | 352 typedef C orientation_category; in matrix_assign_scalar() typedef 354 indexing_matrix_assign_scalar<F> (m, t, orientation_category ()); in matrix_assign_scalar() 356 iterating_matrix_assign_scalar<F> (m, t, orientation_category ()); in matrix_assign_scalar() 363 iterating_matrix_assign_scalar<F> (m, t, orientation_category ()); in matrix_assign_scalar() 365 indexing_matrix_assign_scalar<F> (m, t, orientation_category ()); in matrix_assign_scalar() 456 typedef typename M::orientation_category orientation_category; in matrix_assign_scalar() typedef 457 matrix_assign_scalar<F> (m, t, storage_category (), orientation_category ()); in matrix_assign_scalar() 620 typedef C orientation_category; in matrix_assign() typedef 622 indexing_matrix_assign<F> (m, e, orientation_category ()); in matrix_assign() 624 iterating_matrix_assign<F> (m, e, orientation_category ()); in matrix_assign() [all …]
|
D | raw.hpp | 396 return leading_dimension( m, typename M::orientation_category() ) ; in leading_dimension()
|
/third_party/boost/boost/numeric/ublas/traits/ |
D | iterator_type.hpp | 108 …tor_type_impl<MatrixT,tag::major,typename matrix_traits<MatrixT>::orientation_category>::type type; 120 …tor_type_impl<MatrixT,tag::minor,typename matrix_traits<MatrixT>::orientation_category>::type type;
|
D | const_iterator_type.hpp | 109 …ype_impl<MatrixT,tag::minor,typename matrix_view_traits<MatrixT>::orientation_category>::type type; 121 …ype_impl<MatrixT,tag::minor,typename matrix_view_traits<MatrixT>::orientation_category>::type type;
|
D | c_array.hpp | 41 typedef row_major_tag orientation_category; typedef
|
/third_party/boost/boost/numeric/ublas/operation/ |
D | end.hpp | 263 …il::end_impl<typename ExprT::type_category, TagT, typename ExprT::orientation_category>::apply(e()… in end() 280 …il::end_impl<typename ExprT::type_category, TagT, typename ExprT::orientation_category>::apply(e()… in end()
|
D | begin.hpp | 263 …::begin_impl<typename ExprT::type_category, TagT, typename ExprT::orientation_category>::apply(e()… in begin() 280 …::begin_impl<typename ExprT::type_category, TagT, typename ExprT::orientation_category>::apply(e()… in begin()
|
D | size.hpp | 344 …y_tag_impl<TagT, matrix_tag, typename matrix_traits<MatrixExprT>::orientation_category>::apply(me); in size()
|
/third_party/boost/boost/numeric/ublas/experimental/ |
D | sparse_view.hpp | 160 typedef typename L::orientation_category orientation_category; typedef in boost::numeric::ublas::compressed_matrix_view
|
/third_party/boost/libs/numeric/ublas/test/ |
D | test_inplace_solve.cpp | 52 fill_matrix(A, typename mat::orientation_category()); in BOOST_UBLAS_TEST_DEF()
|