Michael Stevens
74fce2b9a6
FIX typos in subslice
2005-09-28 14:46:32 +00:00
Michael Stevens
49a4f6b876
FIX rewrite unbounded_array resize to avoid uninit 'data' warnings
2005-09-23 09:26:09 +00:00
Michael Stevens
b37916de04
FIX poor performance due to expression eval in BOOST_UBLAS_CHECK
...
This will create some unused variable warnings
2005-09-23 09:24:59 +00:00
Michael Stevens
74f471afa7
FIX _assign TYPE_CHECKS are dependant on vector/matrix
2005-09-22 09:04:42 +00:00
Michael Stevens
ff2ce435e8
MINOR comments regarding non-const unary2 consturction
2005-09-02 08:20:32 +00:00
Michael Stevens
f8c09fd30b
FIX provide const definitions for _temporary_traits specialisations
2005-09-01 15:24:26 +00:00
Michael Stevens
0f77bbd34d
FIX _reference closure_type is self_type
2005-09-01 15:22:52 +00:00
Michael Stevens
1425cd8759
FIX added triangular.hpp dependency
2005-09-01 08:58:38 +00:00
Michael Stevens
b4d3a05d9d
FIX resize: avoid unitialised assignment warning for data_=data; Hopefully the 'if' clause does not effect efficiency on modern architectures
2005-08-29 11:08:08 +00:00
Michael Stevens
87ab9b4bd4
CHANGE unbounded_array: zero data_ if !NDEBUG for easier debugging
...
FIX carray_adaptor: resize
2005-08-26 15:59:54 +00:00
Michael Stevens
62251e67b2
CHANGE rename type_traits 'abs' and 'sqrt' to 'type_abs' and 'type_sqrt' so future definitions can call 'abs' and 'sqrt' with ADL.
2005-08-25 11:00:44 +00:00
Michael Stevens
c2ab547599
FIX proxy header dependencies for LU
2005-08-25 09:40:01 +00:00
Michael Stevens
115be133ab
Post 1.33.0 Release notes
2005-08-25 08:26:45 +00:00
Michael Stevens
f1f7581d30
FIX Sparse -> Mapped name change missed in index
2005-08-22 15:57:15 +00:00
Michael Stevens
c98c1052f6
FIX current implementation no members are at variance to the Concept
2005-08-16 18:11:58 +00:00
Michael Stevens
e6a5a7708c
ADD Array Adaptor
2005-08-16 18:09:58 +00:00
Michael Stevens
677362253b
ADD carray_adaptor as model
...
FIX range/slice are not models
2005-08-16 18:09:10 +00:00
Michael Stevens
915da984cd
NEW carray_adaptor
...
REMOVED array_adaptor and shallow_array_adaptor
FIX used BOOST_UBLAS_CHECK instead of raise directly on bad_size
FIX unbounded_array resize does not need to assign data_ = data when size is 0. This is consitent with the uninitialised state of data_ when constructed with size=0
2005-08-16 18:07:21 +00:00
Michael Stevens
8169d4a801
FIX sparse__element proxy copy contructor copied d_ unnecessarily and did not copy j_ for matrices
2005-08-12 18:31:19 +00:00
Michael Stevens
64e4369a53
FIX unused parameter warnings
2005-08-12 17:26:11 +00:00
Michael Stevens
7c5be23f1a
FIX container assign resize without presere
2005-08-12 17:25:06 +00:00
Michael Stevens
79f7fe92fe
FIX container assign resize without presere
2005-08-12 17:17:09 +00:00
Douglas Gregor
3168bdca0a
Merged from 1.33.0 release
2005-08-12 13:02:37 +00:00
Michael Stevens
cd2856d5ef
ADD Test zero assignment
2005-08-11 19:02:31 +00:00
Michael Stevens
c0b678341a
FIX missing () in vector/matrix_container operator()
2005-08-11 19:02:02 +00:00
Michael Stevens
b7e2762c98
FIX packed and sparse overloads for increment and decrement
2005-07-29 12:18:39 +00:00
Michael Stevens
f9276e2963
FIX doc no spaces in <h2>
2005-07-18 07:39:12 +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
96b4e49fa0
FIX only in conditional compiled BOOST_UBLAS_ENABLE_PROXY_SHORTCUTS. Will not compile due to additional const
2005-07-17 07:17:43 +00:00
Michael Stevens
ca293ba047
Comment typo
2005-07-15 15:58:50 +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
Douglas Gregor
8d4452b8b2
Clear up broken links, tabs, etc
2005-07-14 15:47:04 +00:00
Michael Stevens
113aadfba9
FIX use #elif
2005-07-14 13:05:27 +00:00
Michael Stevens
c04f25e1a0
ADD implement Container assignment without temporary for dense and sparse vector/matrix
2005-07-14 12:56:03 +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
b0a666040b
More details on compilers targeted for this release
2005-07-14 09:54:49 +00:00
Michael Stevens
9e1595e367
More details on compilers targeted for this release
2005-07-14 09:51:04 +00:00
Michael Stevens
2f7aa3bc57
ADD vector/matrix_expression public base to associated types
2005-07-14 09:44:06 +00:00
Michael Stevens
cc5bad51be
replaced by bounded_array and unbounded_array and range files
2005-07-14 09:29:57 +00:00
Michael Stevens
547b2f0235
Removed duplicate files container.htm, wasreplaced by _concept.htm files
2005-07-14 09:22:43 +00:00
Michael Stevens
dcfdf04bd9
Removed duplicate files expression.htm and iterator.htm were replaced by _concept.htm files
2005-07-14 09:17:14 +00:00
Douglas Gregor
8f15ecba44
Untabification
2005-07-13 16:28:22 +00:00
Michael Stevens
0d715e73f7
FIX added diagonal_matrix array_type constructor
...
- Thanks Vardan
2005-07-13 06:16:25 +00:00
Michael Stevens
b06bc2f890
FIX scalar_expression also does not require default constructor and nil_
2005-07-13 06:15:29 +00:00
Michael Stevens
d84aec8b61
CHANGE Expression concept no longer requires Default Contructable, we can therefore drop the inefficient (require nil_) _adaptor default constructors
2005-07-13 06:14:53 +00:00
Michael Stevens
7c524f57b7
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
2005-07-13 05:57:47 +00:00
Michael Stevens
6b01a2e7d2
FIX static initialisors for zero_
2005-07-11 12:20:36 +00:00
Michael Stevens
9395061ca9
Commented Storage accessors
2005-07-11 11:54:15 +00:00
Michael Stevens
aca0be15ea
FIX class static zero_ should be constructed from /*zero*/()
2005-07-11 11:47:55 +00:00
Michael Stevens
ccf1a940a2
FIX type in previously missing slice
2005-07-11 11:25:16 +00:00