2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-23 04:02:10 +00:00
Commit Graph

404 Commits

Author SHA1 Message Date
Michael Stevens
f4557d0bbf FIX erase_element, remove returns from function which is defined as void
svn path=/trunk/boost/boost/numeric/ublas/; revision=31346
2005-10-16 16:05:52 +00:00
Michael Stevens
d5ec8e5838 FIX ref returned reference to 0 pointer if new element. Thanks Max Weinberg.
svn path=/trunk/boost/boost/numeric/ublas/; revision=31247
2005-10-09 16:43:42 +00:00
Michael Stevens
ee45ad5cc8 MAJOR use boost::concept_check
FIX missing Random Access Container functions and missing operator [] in Random Access Iterator

svn path=/trunk/boost/boost/numeric/ublas/; revision=31213
2005-10-06 19:56:35 +00:00
Michael Stevens
daff77ca4a FIX remove the return 0 avoid compiler warnings, they can cause other warnings!
svn path=/trunk/boost/boost/numeric/ublas/; revision=31197
2005-10-04 19:20:17 +00:00
Michael Stevens
a406abd800 FIX norm_1 so it is implemented as sum(abs(()) as documented and correctly defined
svn path=/trunk/boost/boost/numeric/ublas/; revision=31173
2005-10-02 12:16:38 +00:00
Michael Stevens
8af15c05c8 FIX typos in subslice
svn path=/trunk/boost/boost/numeric/ublas/; revision=31143
2005-09-28 14:46:32 +00:00
Michael Stevens
5e1975455e FIX rewrite unbounded_array resize to avoid uninit 'data' warnings
svn path=/trunk/boost/boost/numeric/ublas/; revision=31088
2005-09-23 09:26:09 +00:00
Michael Stevens
610a59c156 FIX poor performance due to expression eval in BOOST_UBLAS_CHECK
This will create some unused variable warnings

svn path=/trunk/boost/boost/numeric/ublas/; revision=31087
2005-09-23 09:24:59 +00:00
Michael Stevens
8082367abc FIX _assign TYPE_CHECKS are dependant on vector/matrix
svn path=/trunk/boost/boost/numeric/ublas/; revision=31076
2005-09-22 09:04:42 +00:00
Michael Stevens
c877eef2da MINOR comments regarding non-const unary2 consturction
svn path=/trunk/boost/boost/numeric/ublas/; revision=30784
2005-09-02 08:20:32 +00:00
Michael Stevens
92948ac44d FIX provide const definitions for _temporary_traits specialisations
svn path=/trunk/boost/boost/numeric/ublas/; revision=30780
2005-09-01 15:24:26 +00:00
Michael Stevens
83650a0778 FIX _reference closure_type is self_type
svn path=/trunk/boost/boost/numeric/ublas/; revision=30779
2005-09-01 15:22:52 +00:00
Michael Stevens
1c5c7fd86f FIX added triangular.hpp dependency
svn path=/trunk/boost/boost/numeric/ublas/; revision=30769
2005-09-01 08:58:38 +00:00
Michael Stevens
d05c3bad41 FIX resize: avoid unitialised assignment warning for data_=data; Hopefully the 'if' clause does not effect efficiency on modern architectures
svn path=/trunk/boost/boost/numeric/ublas/; revision=30718
2005-08-29 11:08:08 +00:00
Michael Stevens
a846666ab0 CHANGE unbounded_array: zero data_ if !NDEBUG for easier debugging
FIX carray_adaptor: resize

svn path=/trunk/boost/boost/numeric/ublas/; revision=30689
2005-08-26 15:59:54 +00:00
Michael Stevens
a4bc1e20a1 CHANGE rename type_traits 'abs' and 'sqrt' to 'type_abs' and 'type_sqrt' so future definitions can call 'abs' and 'sqrt' with ADL.
svn path=/trunk/boost/boost/numeric/ublas/; revision=30666
2005-08-25 11:00:44 +00:00
Michael Stevens
55a4faa2e4 FIX proxy header dependencies for LU
svn path=/trunk/boost/boost/numeric/ublas/; revision=30664
2005-08-25 09:40:01 +00:00
Michael Stevens
f0f08f8a7d 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 path=/trunk/boost/boost/numeric/ublas/; revision=30595
2005-08-16 18:07:21 +00:00
Michael Stevens
5d6c4ac434 FIX sparse__element proxy copy contructor copied d_ unnecessarily and did not copy j_ for matrices
svn path=/trunk/boost/boost/numeric/ublas/; revision=30557
2005-08-12 18:31:19 +00:00
Michael Stevens
d00ef20acc FIX unused parameter warnings
svn path=/trunk/boost/boost/numeric/ublas/; revision=30555
2005-08-12 17:26:11 +00:00
Michael Stevens
6cadf1912c FIX container assign resize without presere
svn path=/trunk/boost/boost/numeric/ublas/; revision=30553
2005-08-12 17:25:06 +00:00
Michael Stevens
4338956d68 FIX container assign resize without presere
svn path=/trunk/boost/boost/numeric/ublas/; revision=30550
2005-08-12 17:17:09 +00:00
Michael Stevens
a31a1055b9 FIX missing () in vector/matrix_container operator()
svn path=/trunk/boost/boost/numeric/ublas/; revision=30526
2005-08-11 19:02:02 +00:00
Michael Stevens
7a12106f01 FIX packed and sparse overloads for increment and decrement
svn path=/trunk/boost/boost/numeric/ublas/; revision=30310
2005-07-29 12:18:39 +00:00
Michael Stevens
7a79cc348d FIX only in conditional compiled BOOST_UBLAS_ENABLE_PROXY_SHORTCUTS. Will not compile due to additional const
svn path=/trunk/boost/boost/numeric/ublas/; revision=30141
2005-07-17 07:17:43 +00:00
Michael Stevens
0992b79849 Comment typo
svn path=/trunk/boost/boost/numeric/ublas/; revision=30111
2005-07-15 15:58:50 +00:00
Michael Stevens
80ea5c4fd9 FIX use #elif
svn path=/trunk/boost/boost/numeric/ublas/; revision=30075
2005-07-14 13:05:27 +00:00
Michael Stevens
5f0cb8c8f9 ADD implement Container assignment without temporary for dense and sparse vector/matrix
svn path=/trunk/boost/boost/numeric/ublas/; revision=30074
2005-07-14 12:56:03 +00:00
Michael Stevens
1aeaecd406 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 path=/trunk/boost/libs/numeric/ublas/; revision=30073
2005-07-14 12:06:02 +00:00
Douglas Gregor
c6313c2972 Untabification
svn path=/trunk/boost/boost/numeric/ublas/; revision=30057
2005-07-13 16:28:22 +00:00
Michael Stevens
ca6be95884 FIX added diagonal_matrix array_type constructor
- Thanks Vardan

svn path=/trunk/boost/boost/numeric/ublas/; revision=30034
2005-07-13 06:16:25 +00:00
Michael Stevens
ea40352326 FIX scalar_expression also does not require default constructor and nil_
svn path=/trunk/boost/boost/numeric/ublas/; revision=30033
2005-07-13 06:15:29 +00:00
Michael Stevens
48d9b85de7 CHANGE Expression concept no longer requires Default Contructable, we can therefore drop the inefficient (require nil_) _adaptor default constructors
svn path=/trunk/boost/libs/numeric/ublas/; revision=30032
2005-07-13 06:14:53 +00:00
Michael Stevens
80097118fa 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 path=/trunk/boost/boost/numeric/ublas/; revision=30030
2005-07-13 05:57:47 +00:00
Michael Stevens
597e46fe4a FIX static initialisors for zero_
svn path=/trunk/boost/boost/numeric/ublas/; revision=29983
2005-07-11 12:20:36 +00:00
Michael Stevens
c9e90c5541 Commented Storage accessors
svn path=/trunk/boost/boost/numeric/ublas/; revision=29982
2005-07-11 11:54:15 +00:00
Michael Stevens
e4fad92794 FIX class static zero_ should be constructed from /*zero*/()
svn path=/trunk/boost/boost/numeric/ublas/; revision=29981
2005-07-11 11:47:55 +00:00
Michael Stevens
b0e27c4eba FIX type in previously missing slice
svn path=/trunk/boost/boost/numeric/ublas/; revision=29980
2005-07-11 11:25:16 +00:00
Michael Stevens
220c728a31 Removed precondition checks for opposite Row/Colum index, these are always valid
svn path=/trunk/boost/boost/numeric/ublas/; revision=29948
2005-07-08 17:13:19 +00:00
Michael Stevens
e5b15c31ae FIX previous const changes, return value and constructed projection must match
svn path=/trunk/boost/boost/numeric/ublas/; revision=29933
2005-07-07 17:08:25 +00:00
Michael Stevens
fbe26e7534 FIX corrected semantics of range, slice, indirect_array which failed if parameter we same as all
svn path=/trunk/boost/boost/numeric/ublas/; revision=29912
2005-07-06 18:51:29 +00:00
Michael Stevens
5cc45ae3d1 FIX corrected semantics of range, slice, indirect_array which failed if parameter we same as all
svn path=/trunk/boost/boost/numeric/ublas/; revision=29911
2005-07-06 18:45:31 +00:00
Michael Stevens
98e7fe3495 typo for previous const changes
svn path=/trunk/boost/boost/numeric/ublas/; revision=29901
2005-07-05 19:49:05 +00:00
Michael Stevens
5a46a9ba4b FIX const correctness of row/column projects, removed bogus row/column_const
svn path=/trunk/boost/boost/numeric/ublas/; revision=29900
2005-07-05 19:47:05 +00:00
Michael Stevens
abe04d80cb correct const matrix_indirect
svn path=/trunk/boost/boost/numeric/ublas/; revision=29899
2005-07-05 19:42:19 +00:00
Michael Stevens
5c1d006a94 FIX const correctness of projections restored
svn path=/trunk/boost/boost/numeric/ublas/; revision=29898
2005-07-05 19:42:18 +00:00
Michael Stevens
a59ebabe66 FIX last patch used filled_ instead of filled
svn path=/trunk/boost/boost/numeric/ublas/; revision=29887
2005-07-04 09:16:48 +00:00
Michael Stevens
14b8606b2f FIX axpy_prod did not compile, thanks Georg Baum
REMOVED bogus FIXME warining with regarding init failing with c_vector/matrix

svn path=/trunk/boost/boost/numeric/ublas/; revision=29886
2005-07-04 09:11:45 +00:00
Michael Stevens
709f4c5499 FIX coordinate_matrix::set_filled() , thanks Georg Baum
svn path=/trunk/boost/boost/numeric/ublas/; revision=29885
2005-07-04 08:56:28 +00:00
Michael Stevens
9dd032a3da Consistent include guard names with leading and trailing '_'
svn path=/trunk/boost/boost/numeric/ublas/; revision=29863
2005-07-01 20:09:01 +00:00