2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-27 05:22:10 +00:00
Commit Graph

63 Commits

Author SHA1 Message Date
Michael Stevens
77bca84d16 insert/erase_element 2005-06-27 12:52:26 +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
b396653fa2 tabs 2005-06-21 06:11:45 +00:00
Michael Stevens
2238c66e08 Updated bench1 results to GCC4.0 on Athlon 64 3000+ 2005-06-18 12:25:27 +00:00
Michael Stevens
2926c1b4eb compiler compatibility 2005-06-15 09:34:41 +00:00
Michael Stevens
de465ceb71 readibility 2005-06-15 09:34:21 +00:00
Michael Stevens
27b871a7c0 clarified aliases 2005-06-15 08:49:23 +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
cd1be73187 more silly std::min reports 2005-06-14 17:06:57 +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
32b625d526 Fixed bad refs to vector/matix_expressions 2005-06-14 16:48:53 +00:00
Michael Stevens
1a8252da68 tidy seems to by junk 2005-06-14 16:13:05 +00:00
Michael Stevens
b9785dff41 elements are not initialised. Thanks Gunter 2005-06-13 11:45:51 +00:00
Michael Stevens
a778933b3b Work around in this case pointless min/max rules for Boost 2005-05-08 16:54:12 +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
Michael Stevens
6ced82dc44 Use iterator types instead of pointer in interface
Two versions of insert
2005-03-16 14:27:30 +00:00
Michael Stevens
0ee7eab81f Fix additional header (_proxy, valarray) included 2005-03-16 09:31:04 +00:00
Michael Stevens
98e54f687b Fix map_array no longer has sized constructor 2005-03-16 09:27:36 +00:00
Michael Stevens
07658594e7 Update doc matches name change sparse_ to mapped_ 2005-03-14 13:29:04 +00:00
Michael Stevens
308fd81c84 Update doc matches name change sparse_ to mapped_ 2005-03-14 13:28:59 +00:00
Michael Stevens
6617ba3ae1 Update insert/erase/append_element to match development version
Thanks Gunter
2005-03-14 13:04:35 +00:00
Michael Stevens
0f0df0af69 Also remerge development processes only on Boost CVS 2005-01-25 19:16:34 +00:00
Michael Stevens
511e06d242 Remerged patches to HEAD dropped durring uBLAS_pure merge
ML and Wiki text had change
2005-01-25 19:15:25 +00:00
Toon Knapen
c7882e1b6d merged from uBLAS-cvs 2005-01-15 19:07:49 +00:00
Toon Knapen
c0692ce161 merged doc in uBLAS CVS to boost CVS 2005-01-06 10:03:41 +00:00
Michael Stevens
1b258327f6 changed uBLAS ML location 2005-01-04 19:59:36 +00:00
Aleksey Gurtovoy
00e5deece2 c++boost.gif -> boost.png replacement 2004-10-05 15:45:52 +00:00
Michael Stevens
04fb51afa4 initializeation or not is models buisiness 2004-09-21 10:08:27 +00:00
Michael Stevens
914667a3f5 Concept compatible resize function 2004-09-20 19:13:13 +00:00
Michael Stevens
8f9218d3d3 *** empty log message *** 2004-09-20 19:10:09 +00:00
Michael Stevens
026eefc428 Resize consistency
sparse resize must have preserve parameter first
2004-09-20 15:05:57 +00:00
Michael Stevens
166b1b15f1 uninitialized resize form no longer needs to be called resize_new 2004-09-20 09:45:31 +00:00
Michael Stevens
299cbf53d9 Storage array:
removed insert,erase,clear they requires value_type(0) and semantics are not STL
 resize(n,init) is element preserving
 resize_new is not
2004-09-19 05:14:26 +00:00
Michael Stevens
81aa46a6ce Droped container reference requirement -
this is a significant source of inefficiency
2004-09-17 05:35:45 +00:00
Michael Stevens
d21388b871 storage and container updates 2004-09-06 12:46:35 +00:00
Michael Stevens
83cc842720 map_array like std::map should be default constructed 2004-09-03 09:18:56 +00:00
Michael Stevens
38368e113d fixed broken links 2004-08-27 13:24:32 +00:00
Michael Stevens
11414ab4a5 Fixed broken links
Dopped $Id as these work badly with >1 CVS
2004-08-24 07:51:33 +00:00
Michael Stevens
2ed3e9214a removed functions 2004-08-16 04:41:20 +00:00
Michael Stevens
9f0aef29cd *** keyword substitution change *** 2004-08-13 16:24:56 +00:00
Michael Stevens
6712bf01f0 Added Gunters new overviews
Renamed files with names not consitent with titles
Technical and style fixes to types and operations_overview
 Mostly storage and container paramters are more consitently used
<br /> dropped from <pre> sections
2004-08-13 16:23:01 +00:00
Michael Stevens
662150369b Technical and style fixes.
Mostly storage and container paramters are more consitently used
2004-08-13 15:51:26 +00:00
Michael Stevens
5c30e061c3 From Gunter: fixed <br> in <pre> text 2004-08-13 15:48:39 +00:00
Michael Stevens
feec874b32 dropped Keyword §id which is not in any other file 2004-07-16 17:28:48 +00:00
Michael Stevens
8e5e778bd0 New v2 support 2004-07-11 09:00:55 +00:00
Michael Stevens
9cb6819022 From uBLAS project. Ready for regression testing for 1.32.0 2004-07-10 08:40:37 +00:00
Eric Niebler
65b3cad8bf remove std_min and std_max, update minmax coding guidelines 2004-06-23 04:49:48 +00:00
Eric Niebler
204d6922f2 remove minmax hack from win32.hpp and fix all places that could be affected by the minmax macros 2004-02-26 18:27:02 +00:00