Michael Stevens
c3a8af6621
correct const matrix_indirect
2005-07-05 19:42:19 +00:00
Michael Stevens
ef10417651
FIX const correctness of projections restored
2005-07-05 19:42:18 +00:00
Michael Stevens
46d5734b8d
FIX last patch used filled_ instead of filled
2005-07-04 09:16:48 +00:00
Michael Stevens
e6b5eb9387
FIX axpy_prod did not compile, thanks Georg Baum
...
REMOVED bogus FIXME warining with regarding init failing with c_vector/matrix
2005-07-04 09:11:45 +00:00
Michael Stevens
0347745f5d
FIX coordinate_matrix::set_filled() , thanks Georg Baum
2005-07-04 08:56:28 +00:00
Michael Stevens
a3d6802571
No need to init for default constructor
2005-07-01 22:37:30 +00:00
Michael Stevens
3742b505c5
FIX typo
2005-07-01 20:32:46 +00:00
Michael Stevens
f780ddb179
Allow for branch support of non default constructable proxies
2005-07-01 20:29:14 +00:00
Michael Stevens
356e9a3aeb
Allow for non default constructable proxies
2005-07-01 20:26:46 +00:00
Michael Stevens
09babfc362
Consistent include guard names with leading and trailing '_'
2005-07-01 20:09:01 +00:00
Michael Stevens
744de54a92
Default int value_type for constant containers
2005-07-01 18:17:38 +00:00
Michael Stevens
82ba7bf01b
Correct version of Boost to use for unsupported compilers
2005-07-01 13:39:48 +00:00
Michael Stevens
a147414b63
<algorithm> in config so min/max always available
2005-07-01 13:32:27 +00:00
Michael Stevens
3f01838bc1
Bring in storage before _expression should help CV9.4 with incomplete range types
2005-06-30 19:51:23 +00:00
Toon Knapen
12518010ad
define BOOST_UBLAS_USEFUL_ARRAY_PLACEMENT_NEW for aCC version 6
2005-06-30 14:50:19 +00:00
Michael Stevens
a1ffc57a24
Much simple solution to the VC7.1 and VC8.0 problem
...
- use _range<V>::range_type which is the same type as _slice<V>::range_type
2005-06-30 07:53:24 +00:00
Michael Stevens
166f7ba24a
Fixed tests of binary expressions, they no longer require the extra reference argument
2005-06-30 07:47:48 +00:00
Michael Stevens
5be4c2382a
FIX work around VC7.1 and 8.0 problems with function template ambiguity
...
- use a lot of class template partial specialistion to help 'simplify' the template arguments
2005-06-29 20:31:29 +00:00
Michael Stevens
c5a127d986
FIX inline missing for range member function, cause CW-9.4 to complain about incomplete type for default_range!
2005-06-29 12:04:08 +00:00
Michael Stevens
a2feccc60e
Comment incomplete type problem in BM trick
...
Check for possible regressions in named range, slice projection functions
2005-06-28 15:10:20 +00:00
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