Searched refs:append_element (Results 1 – 5 of 5) sorted by relevance
/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/ |
D | test_coordinate_vector_inplace_merge.cpp | 64 vector_coord.append_element(x, 1); in BOOST_UBLAS_TEST_DEF()
|
D | test_coordinate_matrix_inplace_merge.cpp | 74 matrix_coord.append_element(x, y, 1); in BOOST_UBLAS_TEST_DEF()
|
/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/ |
D | vector_of_vector.hpp | 306 void append_element (size_type i, size_type j, const_reference t) { in append_element() function in boost::numeric::ublas::generalized_vector_of_vector 311 return vd.append_element (elementm, t); in append_element()
|
D | vector_sparse.hpp | 1712 void append_element (size_type i, const_reference t) { in append_element() function in boost::numeric::ublas::coordinate_vector 1725 append_element (i, t); in insert_element()
|
D | matrix_sparse.hpp | 4493 void append_element (size_type i, size_type j, const_reference t) { in append_element() function in boost::numeric::ublas::coordinate_matrix 4509 append_element (i, j, t); in insert_element()
|