2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-27 17:32:09 +00:00
Commit Graph

395 Commits

Author SHA1 Message Date
Michael Stevens
bd01ba56dc MINOR comments regarding non-const unary2 consturction
[SVN r30784]
2005-09-02 08:20:32 +00:00
Michael Stevens
37f4591a56 FIX provide const definitions for _temporary_traits specialisations
[SVN r30780]
2005-09-01 15:24:26 +00:00
Michael Stevens
b4e0de21b1 FIX _reference closure_type is self_type
[SVN r30779]
2005-09-01 15:22:52 +00:00
Michael Stevens
6f5a96c691 FIX added triangular.hpp dependency
[SVN r30769]
2005-09-01 08:58:38 +00:00
Michael Stevens
3391e4dabf FIX resize: avoid unitialised assignment warning for data_=data; Hopefully the 'if' clause does not effect efficiency on modern architectures
[SVN r30718]
2005-08-29 11:08:08 +00:00
Michael Stevens
0b1b09a894 CHANGE unbounded_array: zero data_ if !NDEBUG for easier debugging
FIX carray_adaptor: resize


[SVN r30689]
2005-08-26 15:59:54 +00:00
Michael Stevens
f53b7277ab CHANGE rename type_traits 'abs' and 'sqrt' to 'type_abs' and 'type_sqrt' so future definitions can call 'abs' and 'sqrt' with ADL.
[SVN r30666]
2005-08-25 11:00:44 +00:00
Michael Stevens
e49a4510b0 FIX proxy header dependencies for LU
[SVN r30664]
2005-08-25 09:40:01 +00:00
Michael Stevens
7dc1f8d53c 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


[SVN r30595]
2005-08-16 18:07:21 +00:00
Michael Stevens
1b4a7fd3f8 FIX sparse__element proxy copy contructor copied d_ unnecessarily and did not copy j_ for matrices
[SVN r30557]
2005-08-12 18:31:19 +00:00
Michael Stevens
81a7fc4fb1 FIX unused parameter warnings
[SVN r30555]
2005-08-12 17:26:11 +00:00
Michael Stevens
43dc6c62a9 FIX container assign resize without presere
[SVN r30553]
2005-08-12 17:25:06 +00:00
Michael Stevens
e262dc567b FIX container assign resize without presere
[SVN r30550]
2005-08-12 17:17:09 +00:00
Michael Stevens
d60f6b283b FIX missing () in vector/matrix_container operator()
[SVN r30526]
2005-08-11 19:02:02 +00:00
Michael Stevens
7a3fb7dd4f FIX packed and sparse overloads for increment and decrement
[SVN r30310]
2005-07-29 12:18:39 +00:00
Michael Stevens
fae1009b8c FIX only in conditional compiled BOOST_UBLAS_ENABLE_PROXY_SHORTCUTS. Will not compile due to additional const
[SVN r30141]
2005-07-17 07:17:43 +00:00
Michael Stevens
b2c9c2c96a Comment typo
[SVN r30111]
2005-07-15 15:58:50 +00:00
Michael Stevens
9e06c2aca9 FIX use #elif
[SVN r30075]
2005-07-14 13:05:27 +00:00
Michael Stevens
99f03bd261 ADD implement Container assignment without temporary for dense and sparse vector/matrix
[SVN r30074]
2005-07-14 12:56:03 +00:00
Michael Stevens
73586950dd 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


[SVN r30073]
2005-07-14 12:06:02 +00:00
Douglas Gregor
afce1c103c Untabification
[SVN r30057]
2005-07-13 16:28:22 +00:00
Michael Stevens
86789786d9 FIX added diagonal_matrix array_type constructor
- Thanks Vardan


[SVN r30034]
2005-07-13 06:16:25 +00:00
Michael Stevens
ff8350272c FIX scalar_expression also does not require default constructor and nil_
[SVN r30033]
2005-07-13 06:15:29 +00:00
Michael Stevens
8a97d3c0a1 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
8b21ea96c4 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
cab89107d5 FIX static initialisors for zero_
[SVN r29983]
2005-07-11 12:20:36 +00:00
Michael Stevens
2c53e7d70a Commented Storage accessors
[SVN r29982]
2005-07-11 11:54:15 +00:00
Michael Stevens
f55edf0407 FIX class static zero_ should be constructed from /*zero*/()
[SVN r29981]
2005-07-11 11:47:55 +00:00
Michael Stevens
92b02950b7 FIX type in previously missing slice
[SVN r29980]
2005-07-11 11:25:16 +00:00
Michael Stevens
b712403557 Removed precondition checks for opposite Row/Colum index, these are always valid
[SVN r29948]
2005-07-08 17:13:19 +00:00
Michael Stevens
02143060f5 FIX previous const changes, return value and constructed projection must match
[SVN r29933]
2005-07-07 17:08:25 +00:00
Michael Stevens
d7b6e720d0 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
86cc55674b 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
5f09f98379 typo for previous const changes
[SVN r29901]
2005-07-05 19:49:05 +00:00
Michael Stevens
b31df99970 FIX const correctness of row/column projects, removed bogus row/column_const
[SVN r29900]
2005-07-05 19:47:05 +00:00
Michael Stevens
46b828b32e correct const matrix_indirect
[SVN r29899]
2005-07-05 19:42:19 +00:00
Michael Stevens
6ad45f69ae FIX const correctness of projections restored
[SVN r29898]
2005-07-05 19:42:18 +00:00
Michael Stevens
e7f141b5a6 FIX last patch used filled_ instead of filled
[SVN r29887]
2005-07-04 09:16:48 +00:00
Michael Stevens
e63f8fddbc 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
c40aaba9d1 FIX coordinate_matrix::set_filled() , thanks Georg Baum
[SVN r29885]
2005-07-04 08:56:28 +00:00
Michael Stevens
9c1ab39b0a Consistent include guard names with leading and trailing '_'
[SVN r29863]
2005-07-01 20:09:01 +00:00
Michael Stevens
bfd26b4132 Default int value_type for constant containers
[SVN r29858]
2005-07-01 18:17:38 +00:00
Michael Stevens
ea7f9ffcc7 Correct version of Boost to use for unsupported compilers
[SVN r29857]
2005-07-01 13:39:48 +00:00
Michael Stevens
77081782bd <algorithm> in config so min/max always available
[SVN r29856]
2005-07-01 13:32:27 +00:00
Michael Stevens
a87ccf46e6 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
74aa8adf0a define BOOST_UBLAS_USEFUL_ARRAY_PLACEMENT_NEW for aCC version 6
[SVN r29846]
2005-06-30 14:50:19 +00:00
Michael Stevens
5659aa97ae 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
4a2ad8439a 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
3e3d591983 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
869fcaded7 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