Home
last modified time | relevance | path

Searched refs:erase_element (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/libs/numeric/ublas/test/
Dcomp_mat_erase.cpp32 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()
Dtest11.cpp25 v1.erase_element (1); in test_container_with()
Dtest13.cpp25 v1.erase_element (1,1); in test_container_with()
/third_party/boost/libs/multiprecision/test/ublas_interop/
Dtest11.cpp31 v1.erase_element(1); in test_container_with()
Dtest13.cpp31 v1.erase_element(1, 1); in test_container_with()
/third_party/boost/boost/numeric/ublas/
Dvector.hpp264 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
Dvector_sparse.hpp465 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
Dvector_of_vector.hpp314 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()
Dmatrix_sparse.hpp424 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
Dmatrix.hpp305 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
Dbanded.hpp320 void erase_element (size_type i, size_type j) { in erase_element() function in boost::numeric::ublas::banded_matrix
Dsymmetric.hpp174 void erase_element (size_type i, size_type j) { in erase_element() function in boost::numeric::ublas::symmetric_matrix
Dhermitian.hpp398 void erase_element (size_type i, size_type j) { in erase_element() function in boost::numeric::ublas::hermitian_matrix
Dtriangular.hpp205 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/
Dconcepts.hpp545 v.erase_element (i); in constraints()
633 m.erase_element (i, j); in constraints()