Boost logo

Ublas :

From: Shawn D. Pautz (sdpautz_at_[hidden])
Date: 2008-06-17 13:45:00


There appears to be a discrepancy between the documented requirements
for the Vector concept
(http://www.boost.org/doc/libs/1_35_0/libs/numeric/ublas/doc/container_concept.htm#vector)
and the ones enforced by the concept-checking classes
(boost/numeric/ublas/detail/concepts.hpp). The concept-checking classes
such as VectorConcept require any vector to supply a find_element member
function. However, the online documentation for that concept (and
Vector Expression) does not mention that member function. Do valid
vector types need to supply find_element or not?

Shawn Pautz