Commit graph

976 commits

Author SHA1 Message Date
Michael Stevens
ce706c6b98 replaced by bounded_array and unbounded_array and range files
[SVN r30069]
2005-07-14 09:29:57 +00:00
Michael Stevens
335189efe9 Removed duplicate files container.htm, wasreplaced by _concept.htm files
[SVN r30068]
2005-07-14 09:22:43 +00:00
Michael Stevens
05b5f03905 Removed duplicate files expression.htm and iterator.htm were replaced by _concept.htm files
[SVN r30067]
2005-07-14 09:17:14 +00:00
Douglas Gregor
c4a178386b Fix broken link
[SVN r30058]
2005-07-13 16:29:34 +00:00
Douglas Gregor
c03472bf75 Untabification
[SVN r30057]
2005-07-13 16:28:22 +00:00
Michael Stevens
c4ceb35654 FIX added diagonal_matrix array_type constructor
- Thanks Vardan


[SVN r30034]
2005-07-13 06:16:25 +00:00
Michael Stevens
f454aa570c FIX scalar_expression also does not require default constructor and nil_
[SVN r30033]
2005-07-13 06:15:29 +00:00
Michael Stevens
6362ec404e CHANGE Expression concept no longer requires Default Contructable, we can therefore drop the inefficient (require nil_) _adaptor default constructors
[SVN r30032]
2005-07-13 06:14:53 +00:00
Michael Stevens
e924377536 CHANGE implement vector/matrix_container base classes
- needs to be commited to HEAD (merge from branch) for wide compiler testing. Should fix HP tru64 problems


[SVN r30030]
2005-07-13 05:57:47 +00:00
Michael Stevens
26a40d9bae FIX static initialisors for zero_
[SVN r29983]
2005-07-11 12:20:36 +00:00
Michael Stevens
709a5182a6 Commented Storage accessors
[SVN r29982]
2005-07-11 11:54:15 +00:00
Michael Stevens
099b2a4e44 FIX class static zero_ should be constructed from /*zero*/()
[SVN r29981]
2005-07-11 11:47:55 +00:00
Michael Stevens
e76ad60804 FIX type in previously missing slice
[SVN r29980]
2005-07-11 11:25:16 +00:00
Michael Stevens
1e4ca569d8 ADD basic documentation of projection functions
[SVN r29979]
2005-07-11 09:22:30 +00:00
Michael Stevens
4622501ac4 Storage concepts links corrected and more logical overview and concept links
[SVN r29978]
2005-07-11 07:59:26 +00:00
Michael Stevens
6aeb913298 Removed precondition for opposite Row/Colum index, these are always valid
[SVN r29949]
2005-07-08 17:14:07 +00:00
Michael Stevens
c3ed0d207b Removed precondition checks for opposite Row/Colum index, these are always valid
[SVN r29948]
2005-07-08 17:13:19 +00:00
Michael Stevens
349cda67b7 FIX previous const changes, return value and constructed projection must match
[SVN r29933]
2005-07-07 17:08:25 +00:00
Michael Stevens
f907fe718e FIX corrected semantics of range, slice, indirect_array which failed if parameter we same as all
[SVN r29912]
2005-07-06 18:51:29 +00:00
Michael Stevens
3dd407448d FIX corrected semantics of range, slice, indirect_array which failed if parameter we same as all
[SVN r29911]
2005-07-06 18:45:31 +00:00
Michael Stevens
2b0f3fdbcf typo for previous const changes
[SVN r29901]
2005-07-05 19:49:05 +00:00
Michael Stevens
e28ba199d1 FIX const correctness of row/column projects, removed bogus row/column_const
[SVN r29900]
2005-07-05 19:47:05 +00:00
Michael Stevens
674d412b35 correct const matrix_indirect
[SVN r29899]
2005-07-05 19:42:19 +00:00
Michael Stevens
403ae577e0 FIX const correctness of projections restored
[SVN r29898]
2005-07-05 19:42:18 +00:00
Michael Stevens
078a112a4b FIX last patch used filled_ instead of filled
[SVN r29887]
2005-07-04 09:16:48 +00:00
Michael Stevens
c3129db412 FIX axpy_prod did not compile, thanks Georg Baum
REMOVED bogus FIXME warining with regarding init failing with c_vector/matrix


[SVN r29886]
2005-07-04 09:11:45 +00:00
Michael Stevens
d24ddec876 FIX coordinate_matrix::set_filled() , thanks Georg Baum
[SVN r29885]
2005-07-04 08:56:28 +00:00
Michael Stevens
9f7891b482 No need to init for default constructor
[SVN r29869]
2005-07-01 22:37:30 +00:00
Michael Stevens
58155bf97d FIX typo
[SVN r29868]
2005-07-01 20:32:46 +00:00
Michael Stevens
849afe22de Allow for branch support of non default constructable proxies
[SVN r29867]
2005-07-01 20:29:14 +00:00
Michael Stevens
438d7dde57 Allow for non default constructable proxies
[SVN r29864]
2005-07-01 20:26:46 +00:00
Michael Stevens
4c5b651e80 Consistent include guard names with leading and trailing '_'
[SVN r29863]
2005-07-01 20:09:01 +00:00
Michael Stevens
28fac123c8 Default int value_type for constant containers
[SVN r29858]
2005-07-01 18:17:38 +00:00
Michael Stevens
3bcfd5dd1a Correct version of Boost to use for unsupported compilers
[SVN r29857]
2005-07-01 13:39:48 +00:00
Michael Stevens
a07d64633b <algorithm> in config so min/max always available
[SVN r29856]
2005-07-01 13:32:27 +00:00
Michael Stevens
eab11769df Bring in storage before _expression should help CV9.4 with incomplete range types
[SVN r29849]
2005-06-30 19:51:23 +00:00
Toon Knapen
c0586278e6 define BOOST_UBLAS_USEFUL_ARRAY_PLACEMENT_NEW for aCC version 6
[SVN r29846]
2005-06-30 14:50:19 +00:00
Michael Stevens
e1c1176f39 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


[SVN r29843]
2005-06-30 07:53:24 +00:00
Michael Stevens
dfb0dc30b0 Fixed tests of binary expressions, they no longer require the extra reference argument
[SVN r29842]
2005-06-30 07:47:48 +00:00
Michael Stevens
db0cfd31c3 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


[SVN r29841]
2005-06-29 20:31:29 +00:00
Michael Stevens
d3eeaa5594 FIX inline missing for range member function, cause CW-9.4 to complain about incomplete type for default_range!
[SVN r29839]
2005-06-29 12:04:08 +00:00
Michael Stevens
bd483253af Comment incomplete type problem in BM trick
Check for possible regressions in named range, slice projection functions


[SVN r29825]
2005-06-28 15:10:20 +00:00
Michael Stevens
aafc2709c4 Regression test without proxy shortcuts
Remove undocumented nolias member and types


[SVN r29817]
2005-06-27 16:30:39 +00:00
Michael Stevens
30f709675e Regression test without proxy shortcuts
[SVN r29816]
2005-06-27 15:36:53 +00:00
Michael Stevens
f1586f13d0 Test breakdown
[SVN r29815]
2005-06-27 15:19:15 +00:00
Fernando Cacciola
e6d10cd690 fixed: "bcc5.6.4 added to the old cast redirection list"
[SVN r29814]
2005-06-27 15:05:13 +00:00
Michael Stevens
0c6bcfac8f redunant #include
[SVN r29810]
2005-06-27 13:19:53 +00:00
Michael Stevens
dc51457e68 insert/erase_element
[SVN r29808]
2005-06-27 12:52:26 +00:00
Michael Stevens
17ae7ceb09 FIX insert/erase_element
Added c_vector/matrix to models


[SVN r29807]
2005-06-27 12:49:31 +00:00
Michael Stevens
c55ee2cfa6 FIX Container concept requires erase_element
[SVN r29804]
2005-06-27 12:37:27 +00:00