Commit Graph

4026 Commits

Author SHA1 Message Date
Michael Stevens
8887924d47 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
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
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
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
b67ade9dd0 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
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
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
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
4499643c9a 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
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
e49a4510b0 FIX proxy header dependencies for LU
[SVN r30664]
2005-08-25 09:40:01 +00:00
Michael Stevens
c2ab547599 FIX proxy header dependencies for LU 2005-08-25 09:40:01 +00:00
Michael Stevens
c317674574 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
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
6de48359ad Post 1.33.0 Release notes
[SVN r30662]
2005-08-25 08:26:45 +00:00
Michael Stevens
115be133ab Post 1.33.0 Release notes 2005-08-25 08:26:45 +00:00
Michael Stevens
88e9e2b4cf Post 1.33.0 Release notes
svn path=/trunk/boost/libs/numeric/ublas/; revision=30662
2005-08-25 08:26:45 +00:00
Michael Stevens
514f713670 Post 1.33.0 Release notes
svn path=/trunk/boost/libs/numeric/ublas/; revision=30662
2005-08-25 08:26:45 +00:00
Michael Stevens
fc8532dbec FIX Sparse -> Mapped name change missed in index
[SVN r30631]
2005-08-22 15:57:15 +00:00
Michael Stevens
f1f7581d30 FIX Sparse -> Mapped name change missed in index 2005-08-22 15:57:15 +00:00
Michael Stevens
a955b78791 FIX Sparse -> Mapped name change missed in index
svn path=/trunk/boost/libs/numeric/ublas/; revision=30631
2005-08-22 15:57:15 +00:00
Michael Stevens
6ba8885ee9 FIX Sparse -> Mapped name change missed in index
svn path=/trunk/boost/libs/numeric/ublas/; revision=30631
2005-08-22 15:57:15 +00:00
Michael Stevens
46719f0568 FIX current implementation no members are at variance to the Concept
[SVN r30598]
2005-08-16 18:11:58 +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
7d12cb498e FIX current implementation no members are at variance to the Concept
svn path=/trunk/boost/libs/numeric/ublas/; revision=30598
2005-08-16 18:11:58 +00:00
Michael Stevens
604cb59496 FIX current implementation no members are at variance to the Concept
svn path=/trunk/boost/libs/numeric/ublas/; revision=30598
2005-08-16 18:11:58 +00:00
Michael Stevens
d6d84bdea7 ADD Array Adaptor
[SVN r30597]
2005-08-16 18:09:58 +00:00
Michael Stevens
e6a5a7708c ADD Array Adaptor 2005-08-16 18:09:58 +00:00
Michael Stevens
2cc376e93c ADD Array Adaptor
svn path=/trunk/boost/libs/numeric/ublas/; revision=30597
2005-08-16 18:09:58 +00:00
Michael Stevens
1050f46dfb ADD Array Adaptor
svn path=/trunk/boost/libs/numeric/ublas/; revision=30597
2005-08-16 18:09:58 +00:00
Michael Stevens
b73f4c0c75 ADD carray_adaptor as model
FIX range/slice are not models


[SVN r30596]
2005-08-16 18:09:10 +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
adc711aa09 ADD carray_adaptor as model
FIX range/slice are not models

svn path=/trunk/boost/libs/numeric/ublas/; revision=30596
2005-08-16 18:09:10 +00:00
Michael Stevens
75618f6279 ADD carray_adaptor as model
FIX range/slice are not models

svn path=/trunk/boost/libs/numeric/ublas/; revision=30596
2005-08-16 18:09:10 +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
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
b086c1558c 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
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
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
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
6172de2c81 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
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
81a7fc4fb1 FIX unused parameter warnings
[SVN r30555]
2005-08-12 17:26:11 +00:00
Michael Stevens
64e4369a53 FIX unused parameter warnings 2005-08-12 17:26:11 +00:00
Michael Stevens
a5b898edb7 FIX unused parameter warnings
svn path=/trunk/boost/boost/numeric/ublas/; revision=30555
2005-08-12 17:26:11 +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
43dc6c62a9 FIX container assign resize without presere
[SVN r30553]
2005-08-12 17:25:06 +00:00
Michael Stevens
7c5be23f1a FIX container assign resize without presere 2005-08-12 17:25:06 +00:00
Michael Stevens
27931b6f1a 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
6cadf1912c FIX container assign resize without presere
svn path=/trunk/boost/boost/numeric/ublas/; revision=30553
2005-08-12 17:25:06 +00:00