/third_party/boost/boost/numeric/ublas/ |
D | matrix_proxy.hpp | 175 bool same_closure (const matrix_row &mr) const { in same_closure() function in boost::numeric::ublas::matrix_row 176 return (*this).data_.same_closure (mr.data_); in same_closure() 283 BOOST_UBLAS_CHECK ((*this) ().same_closure (it ()), external_logic ()); in operator -() 315 BOOST_UBLAS_CHECK ((*this) ().same_closure (it ()), external_logic ()); in operator ==() 320 BOOST_UBLAS_CHECK ((*this) ().same_closure (it ()), external_logic ()); in operator <() 388 BOOST_UBLAS_CHECK ((*this) ().same_closure (it ()), external_logic ()); in operator -() 420 BOOST_UBLAS_CHECK ((*this) ().same_closure (it ()), external_logic ()); in operator ==() 425 BOOST_UBLAS_CHECK ((*this) ().same_closure (it ()), external_logic ()); in operator <() 648 bool same_closure (const matrix_column &mc) const { in same_closure() function in boost::numeric::ublas::matrix_column 649 return (*this).data_.same_closure (mc.data_); in same_closure() [all …]
|
D | vector_proxy.hpp | 199 bool same_closure (const vector_range &vr) const { in same_closure() function in boost::numeric::ublas::vector_range 200 return (*this).data_.same_closure (vr.data_); in same_closure() 307 BOOST_UBLAS_CHECK ((*this) ().same_closure (it ()), external_logic ()); in operator -() 339 BOOST_UBLAS_CHECK ((*this) ().same_closure (it ()), external_logic ()); in operator ==() 344 BOOST_UBLAS_CHECK ((*this) ().same_closure (it ()), external_logic ()); in operator <() 412 BOOST_UBLAS_CHECK ((*this) ().same_closure (it ()), external_logic ()); in operator -() 444 BOOST_UBLAS_CHECK ((*this) ().same_closure (it ()), external_logic ()); in operator ==() 449 BOOST_UBLAS_CHECK ((*this) ().same_closure (it ()), external_logic ()); in operator <() 779 bool same_closure (const vector_slice &vr) const { in same_closure() function in boost::numeric::ublas::vector_slice 780 return (*this).data_.same_closure (vr.data_); in same_closure() [all …]
|
D | matrix_expression.hpp | 171 bool same_closure (const matrix_reference &mr) const { in same_closure() function in boost::numeric::ublas::matrix_reference 384 bool same_closure (const vector_matrix_binary &vmb) const { in same_closure() function in boost::numeric::ublas::vector_matrix_binary 385 return (*this).expression1 ().same_closure (vmb.expression1 ()) && in same_closure() 386 (*this).expression2 ().same_closure (vmb.expression2 ()); in same_closure() 514 BOOST_UBLAS_CHECK ((*this) ().same_closure (it ()), external_logic ()); in operator -() 617 BOOST_UBLAS_CHECK ((*this) ().same_closure (it ()), external_logic ()); in operator ==() 623 BOOST_UBLAS_CHECK ((*this) ().same_closure (it ()), external_logic ()); in operator <() 715 BOOST_UBLAS_CHECK ((*this) ().same_closure(it ()), external_logic ()); in operator -() 818 BOOST_UBLAS_CHECK ((*this) ().same_closure( it ()), external_logic ()); in operator ==() 824 BOOST_UBLAS_CHECK ((*this) ().same_closure (it ()), external_logic ()); in operator <() [all …]
|
D | vector_expression.hpp | 164 bool same_closure (const vector_reference &vr) const { in same_closure() function in boost::numeric::ublas::vector_reference 317 bool same_closure (const vector_unary &vu) const { in same_closure() function in boost::numeric::ublas::vector_unary 318 return (*this).expression ().same_closure (vu.expression ()); in same_closure() 392 BOOST_UBLAS_CHECK ((*this) ().same_closure (it ()), external_logic ()); in operator -() 423 BOOST_UBLAS_CHECK ((*this) ().same_closure (it ()), external_logic ()); in operator ==() 428 BOOST_UBLAS_CHECK ((*this) ().same_closure (it ()), external_logic ()); in operator <() 609 bool same_closure (const vector_binary &vb) const { in same_closure() function in boost::numeric::ublas::vector_binary 610 return (*this).expression1 ().same_closure (vb.expression1 ()) && in same_closure() 611 (*this).expression2 ().same_closure (vb.expression2 ()); in same_closure() 849 BOOST_UBLAS_CHECK ((*this) ().same_closure (it ()), external_logic ()); in operator -() [all …]
|
D | expression_types.hpp | 115 bool same_closure (const scalar_reference &sr) const { in same_closure() function in boost::numeric::ublas::scalar_reference 165 bool same_closure (const scalar_value &sv) const { in same_closure() function in boost::numeric::ublas::scalar_value
|
D | banded.hpp | 1464 bool same_closure (const banded_adaptor &ba) const { in same_closure() function in boost::numeric::ublas::banded_adaptor 1465 return (*this).data ().same_closure (ba.data ()); in same_closure()
|
D | symmetric.hpp | 1160 bool same_closure (const symmetric_adaptor &sa) const { in same_closure() function in boost::numeric::ublas::symmetric_adaptor 1161 return (*this).data ().same_closure (sa.data ()); in same_closure()
|
D | hermitian.hpp | 1462 bool same_closure (const hermitian_adaptor &ha) const { in same_closure() function in boost::numeric::ublas::hermitian_adaptor 1463 return (*this).data ().same_closure (ha.data ()); in same_closure()
|
D | triangular.hpp | 1214 bool same_closure (const triangular_adaptor &ta) const { in same_closure() function in boost::numeric::ublas::triangular_adaptor 1215 return (*this).data ().same_closure (ta.data ()); in same_closure()
|
/third_party/boost/boost/geometry/algorithms/ |
D | assign.hpp | 242 static bool const same_closure in apply() local 246 (same_closure), in apply()
|
/third_party/boost/boost/numeric/ublas/detail/ |
D | iterator.hpp | 53 bool same_closure (const container_const_reference &cr) const { in same_closure() function in boost::numeric::ublas::container_const_reference 92 bool same_closure (const container_reference &cr) const { in same_closure() function in boost::numeric::ublas::container_reference
|