/third_party/boost/libs/numeric/ublas/test/ |
D | comp_mat_erase.cpp | 32 A.erase_element(1,0); in BOOST_AUTO_TEST_CASE() 45 A.erase_element(0,0); in BOOST_AUTO_TEST_CASE() 88 A.erase_element(0,0); in BOOST_AUTO_TEST_CASE() 99 A.erase_element(0,1); in BOOST_AUTO_TEST_CASE()
|
D | test11.cpp | 25 v1.erase_element (1); in test_container_with()
|
D | test13.cpp | 25 v1.erase_element (1,1); in test_container_with()
|
/third_party/boost/libs/multiprecision/test/ublas_interop/ |
D | test11.cpp | 31 v1.erase_element(1); in test_container_with()
|
D | test13.cpp | 31 v1.erase_element(1, 1); in test_container_with()
|
/third_party/boost/boost/numeric/ublas/ |
D | vector.hpp | 264 void erase_element (size_type i) { in erase_element() function in boost::numeric::ublas::vector 1035 void erase_element (size_type i) { in erase_element() function in boost::numeric::ublas::fixed_vector 2532 void erase_element (size_type i) { in erase_element() function in boost::numeric::ublas::c_vector
|
D | vector_sparse.hpp | 465 void erase_element (size_type i) { in erase_element() function in boost::numeric::ublas::mapped_vector 1061 void erase_element (size_type i) { in erase_element() function in boost::numeric::ublas::compressed_vector 1729 void erase_element (size_type i) { in erase_element() function in boost::numeric::ublas::coordinate_vector
|
D | vector_of_vector.hpp | 314 void erase_element (size_type i, size_type j) { in erase_element() function in boost::numeric::ublas::generalized_vector_of_vector 318 (*itv).erase_element (layout_type::index_m (i, j)); in erase_element()
|
D | matrix_sparse.hpp | 424 void erase_element (size_type i, size_type j) { in erase_element() function in boost::numeric::ublas::mapped_matrix 1591 void erase_element (size_type i, size_type j) { in erase_element() function in boost::numeric::ublas::mapped_vector_of_mapped_vector 3095 void erase_element (size_type i, size_type j) { in erase_element() function in boost::numeric::ublas::compressed_matrix 4513 void erase_element (size_type i, size_type j) { in erase_element() function in boost::numeric::ublas::coordinate_matrix
|
D | matrix.hpp | 305 void erase_element (size_type i, size_type j) { in erase_element() function in boost::numeric::ublas::matrix 1392 void erase_element (size_type i, size_type j) { in erase_element() function in boost::numeric::ublas::fixed_matrix 2486 void erase_element (size_type i, size_type j) { in erase_element() function in boost::numeric::ublas::vector_of_vector
|
D | banded.hpp | 320 void erase_element (size_type i, size_type j) { in erase_element() function in boost::numeric::ublas::banded_matrix
|
D | symmetric.hpp | 174 void erase_element (size_type i, size_type j) { in erase_element() function in boost::numeric::ublas::symmetric_matrix
|
D | hermitian.hpp | 398 void erase_element (size_type i, size_type j) { in erase_element() function in boost::numeric::ublas::hermitian_matrix
|
D | triangular.hpp | 205 void erase_element (size_type i, size_type j) { in erase_element() function in boost::numeric::ublas::triangular_matrix
|
/third_party/boost/boost/numeric/ublas/detail/ |
D | concepts.hpp | 545 v.erase_element (i); in constraints() 633 m.erase_element (i, j); in constraints()
|