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

560 Commits

Author SHA1 Message Date
Michael Stevens
b3154bb9fd FIX singular raises exception when NO_EXCEPTIONS set
FIX unused formal parameter warnings
2006-02-02 18:29:09 +00:00
Michael Stevens
10693e0864 FIX completed ignore_unused_variable thanks to Georg Baum 2005-11-08 18:26:34 +00:00
Michael Stevens
90098bcc69 ADD ignore_unused_variable thanks to Angus Lemming
FIX tabs to spaces
2005-11-06 14:57:14 +00:00
Michael Stevens
d981a33ba1 FIX coordinate_vector pop_back type, should be filled_
Thanks to Markus Schöpflin
2005-11-02 20:42:40 +00:00
Michael Stevens
a244bbd31b FIX avoid past end derefence in insert THANKS Jan Amtrup 2005-11-01 09:01:20 +00:00
Michael Stevens
b371af43d1 FIX coordinate_matrix pop_back type, should be filled_
Thanks to Markus Schöpflin
2005-10-20 09:19:41 +00:00
Michael Stevens
8e38c3c42f FIX type i_ instead of j_ in ref() 2005-10-18 13:16:04 +00:00
Michael Stevens
18072c148a ADD first tests of Container concept 2005-10-16 16:35:18 +00:00
Michael Stevens
ea80f13ac8 FIX erase_element, remove returns from function which is defined as void 2005-10-16 16:05:52 +00:00
Michael Stevens
5b3fb1bc42 FIX ref returned reference to 0 pointer if new element. Thanks Max Weinberg. 2005-10-09 16:43:42 +00:00
Michael Stevens
52ea806938 Code equivilent for asum of complex 2005-10-07 11:35:50 +00:00
Michael Stevens
67ecca8bf3 FIX The Vector Concept cannot refine Random Access Container as some Vectors don't have Random Access Iterators.
Make Vector a model of Random Access Container instead
2005-10-06 19:58:39 +00:00
Michael Stevens
22192dfd7b MAJOR use boost::concept_check
FIX missing Random Access Container functions and missing operator [] in Random Access Iterator
2005-10-06 19:56:35 +00:00
Michael Stevens
ca615fe6f6 FIX remove the return 0 avoid compiler warnings, they can cause other warnings! 2005-10-04 19:20:17 +00:00
Michael Stevens
9c2352d6a8 FIX norm_1 so it is implemented as sum(abs(()) as documented and correctly defined 2005-10-02 12:35:36 +00:00
Michael Stevens
c6316d1543 FIX norm_1 so it is implemented as sum(abs(()) as documented and correctly defined 2005-10-02 12:16:38 +00:00
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