2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-24 16:32:12 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
Michael Stevens
67ecca8bf3 FIX The Vector Concept cannot refine Random Access Container as some Vectors don't have Random Access Iterators.
Make Vector a model of Random Access Container instead
2005-10-06 19:58:39 +00:00
Michael Stevens
c7c4a5e709 FIX document all Vector Matrix containers derived from _container
FIX zero/unit/scalar default int
FIX no spaces in <h2>
2005-07-18 07:35:53 +00:00
Michael Stevens
353d453f07 ADD define the vector/matrix_container classes
CHANGE drop the template parameters of models, they are often incorrect, missleading and impossible to maintain
FIX Vector/ Matrix concepts have array_type and data() as special properties
2005-07-15 15:45:34 +00:00
Michael Stevens
1ba0d69054 CHANGE implement and document subrange, subslice free functions
- ALL proxy shortcuts are disabled by default as they cannot implement correctly type size_type and difference_type, range and slice
 - projection free functions are also able to shortcut proxies of proxies
2005-07-14 12:06:02 +00:00
Michael Stevens
2f7aa3bc57 ADD vector/matrix_expression public base to associated types 2005-07-14 09:44:06 +00:00
Michael Stevens
1255b14119 FIX insert/erase_element
Added c_vector/matrix to models
2005-06-27 12:49:31 +00:00
Michael Stevens
aceade4d3c fix internal refs 2005-06-15 08:00:51 +00:00
Michael Stevens
52dfebb642 remove Last revised which is never correct anyway 2005-06-14 17:13:07 +00:00
Michael Stevens
f61f17ed1b merged important changes from Toon's dense_vector_concept
dense_vector/matrix_concept did not yet have any difference from the container concepts and could be removed
The differences between dense and sparse can be added again later
2005-06-14 17:05:03 +00:00
Michael Stevens
c6094e61ea Correct location for "../../../boost.png" 2005-05-08 16:43:35 +00:00
Michael Stevens
52697396fe Use ../../../boost.png with no alt= 2005-05-02 07:32:13 +00:00
Toon Knapen
c7882e1b6d merged from uBLAS-cvs 2005-01-15 19:07:49 +00:00