Michael Stevens
ba3f260b5c
Regression test without proxy shortcuts
...
Remove undocumented nolias member and types
2005-06-27 16:30:39 +00:00
Michael Stevens
31fe909c73
Regression test without proxy shortcuts
2005-06-27 15:36:53 +00:00
Michael Stevens
3410ccc93c
Test breakdown
2005-06-27 15:19:15 +00:00
Michael Stevens
f2ed9da029
redunant #include
2005-06-27 13:19:53 +00:00
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
f05d72ea3f
FIX Container concept requires erase_element
2005-06-27 12:37:27 +00:00
Michael Stevens
2b7956c150
iterator is included by traits
2005-06-22 09:40:14 +00:00
Michael Stevens
b396653fa2
tabs
2005-06-21 06:11:45 +00:00
Michael Stevens
d409964207
matrix_proxy required for row/column functions.
...
Could be implemented without to avoid this dependency
2005-06-20 13:49:58 +00:00
Michael Stevens
e72b32571e
Try 'safe' as a name for alias safe assignment
2005-06-20 07:29:32 +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
27832f9172
Added future compatible alias(lhs) syntax
2005-06-18 08:18:12 +00:00
Michael Stevens
1f2a74f2cf
Simplified and consolidated
...
much replicated code consolidated
bad compiler workarounds removed
Simpiler output format
2005-06-17 13:01:24 +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
1176e10c04
Add append_element.
...
Fix resize. Thanks Gunter
2005-06-14 19:34:03 +00:00
Michael Stevens
54471a0e36
Fix plus_assign in column_major block_prod typo. Thanks Gunter
2005-06-14 19:31:18 +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
e21cee88fc
unused variables
2005-05-25 12:42:11 +00:00
Michael Stevens
910c383c7c
Gunter fix. Replaced equals with type_check_expression
2005-05-24 19:41:56 +00:00
Michael Stevens
2e64ece325
Consitently use iterator?::reference for functor_type (other then in indexed assign)
...
Seems to be cause of compileation error in test3 for 'truecxx'
2005-05-23 16:25:59 +00:00
Michael Stevens
690a3d6189
Use struct consistently for basic_full etc
2005-05-23 16:05:27 +00:00
Douglas Gregor
b31cdf8c93
Don't run slice test, because it hasn't been fixed and perhaps won't be
2005-05-19 14:01:51 +00:00
Michael Stevens
a84dc36438
Added Thomas's symmetric operator >> definition
2005-05-08 17:48:38 +00:00
Michael Stevens
6745c3bf2c
Fixed unused variable warning in BOOST_UBLAS_CHECK release build
2005-05-08 17:34:54 +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
b00e927014
Unified test operator() and operator(int)
2005-05-08 16:50:14 +00:00
Michael Stevens
c6094e61ea
Correct location for "../../../boost.png"
2005-05-08 16:43:35 +00:00
Michael Stevens
6c5d9cfa76
tabs and max fixed for Boost
2005-05-08 16:41:36 +00:00
Michael Stevens
a29716bbf4
tabs and max fixed for Booost
2005-05-08 16:40:54 +00:00
Michael Stevens
f792e84faa
+ 1 missing from previous fix
2005-05-03 06:29:47 +00:00
Michael Stevens
a96dbaaa5b
FIX compress storage_invariants and reserve bug
...
thanks to Max and Gunter
2005-05-03 06:19:49 +00:00
Michael Stevens
52697396fe
Use ../../../boost.png with no alt=
2005-05-02 07:32:13 +00:00
Vladimir Prus
b67fdc660c
Comment out the test7, as is done in V1 Jamfile.
2005-04-13 06:40:51 +00:00
Michael Stevens
e82f4b2dec
comment
2005-04-06 06:30:49 +00:00
Michael Stevens
ce098f2273
GCC4.0 bogus control reachs end non-void function warning
2005-04-06 06:28:58 +00:00
Michael Stevens
5ec29d8652
NEW compressed_matrix( coordinate_matrix<> & x) Thanks Gunter
2005-03-24 17:21:43 +00:00
Michael Stevens
05c87f3dd0
Indent with ASCII spaces!
2005-03-24 17:06:38 +00:00
Michael Stevens
f34ab02d6e
FIX reserve error with no preserve (thanks Gunter)
2005-03-23 20:31:06 +00:00
Michael Stevens
f8a17eaa76
Complete index1 fixes from Andreas
2005-03-23 20:26:57 +00:00
Michael Stevens
795e50d25c
Sloppy patch application missed out -1
2005-03-22 19:44:40 +00:00
Michael Stevens
4064a1ac63
FIX partially-filled index pointer array
...
thanks Andreas Klöckner
2005-03-21 16:15:28 +00:00