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

576 Commits

Author SHA1 Message Date
Michael Stevens
32e7019dea uBLAS CHANGE removed UBLAS_TYPE_CHECK from sparse_prod. The tests trigger in many numeric situations (NaN) and are only there to pickup gross programming errors
svn path=/trunk/boost/boost/numeric/ublas/; revision=34008
2006-05-18 16:50:26 +00:00
Michael Stevens
5cc19b0a13 uBLAS CHANGE row_major/column_major functor so they have a consistent element access abstraction and naming
svn path=/trunk/boost/boost/numeric/ublas/; revision=34007
2006-05-18 16:44:57 +00:00
Michael Stevens
e1574c973f uBLAS FIX corrected basic_full::packed_size interface. Thanks to Hidekaz Ikeno
svn path=/trunk/boost/boost/numeric/ublas/; revision=33985
2006-05-17 16:43:19 +00:00
Michael Stevens
d2035adc49 uBLAS FIX indexed_terator1/2 pass incorrect difference_type to random_access_iterator_base. Thanks to Vardan for fix
svn path=/trunk/boost/boost/numeric/ublas/; revision=33984
2006-05-17 16:21:54 +00:00
Michael Stevens
00fb680215 Reintroduced _array_adaptor needs testing
svn path=/trunk/boost/boost/numeric/ublas/; revision=33708
2006-04-16 09:26:15 +00:00
Michael Stevens
9207114dc6 CHANGE some but not all constructor explicty construct base type. For consistency remove explict contructions
svn path=/trunk/boost/boost/numeric/ublas/; revision=33550
2006-04-05 08:36:28 +00:00
Michael Stevens
f02ad5abd1 FIX define closure_type for scalar_
svn path=/trunk/boost/boost/numeric/ublas/; revision=33549
2006-04-05 08:34:47 +00:00
Michael Stevens
d50c6b685e ADD ignore_unsued for zero_::iterators
FIX define closure_type for scalar_

svn path=/trunk/boost/boost/numeric/ublas/; revision=33548
2006-04-05 08:33:18 +00:00
Michael Stevens
92e3461828 ADD Allow operation with compiler with serious defects
svn path=/trunk/boost/boost/numeric/ublas/; revision=33546
2006-04-05 08:31:37 +00:00
Michael Stevens
ed7e53beb7 uBLAS avoid "end of non void reached" warnings in symmetric_adaptor when compiled without checks
svn path=/trunk/boost/boost/numeric/ublas/; revision=33280
2006-03-09 14:00:39 +00:00
Michael Stevens
5edcbaa888 uBLAS change comment misspelling
svn path=/trunk/boost/boost/numeric/ublas/; revision=32538
2006-02-04 15:13:25 +00:00
Michael Stevens
f7b8dd6cd9 uBLAS CHANGE make sure unbounded_array::data_ is always initialised. Not doing this causes too much compiler hassel
svn path=/trunk/boost/boost/numeric/ublas/; revision=32519
2006-02-02 19:43:03 +00:00
Michael Stevens
b35f8d2f2b uBLAS FIX define BOOST_UBLAS_CHECK_FALSE for NOCHECK
svn path=/trunk/boost/boost/numeric/ublas/; revision=32518
2006-02-02 19:27:23 +00:00
Michael Stevens
665788b5f4 uBLAS cleanup and remove legacy support
svn path=/trunk/boost/libs/numeric/ublas/; revision=32517
2006-02-02 18:43:09 +00:00
Michael Stevens
5782c7935a MINOR use BOOST_CHECK_FALSE to avoid warnings
svn path=/trunk/boost/boost/numeric/ublas/; revision=32516
2006-02-02 18:38:32 +00:00
Michael Stevens
8632e0915a WORKAROUND VC8 problems with forward declared local iterator class
svn path=/trunk/boost/boost/numeric/ublas/; revision=32515
2006-02-02 18:38:08 +00:00
Michael Stevens
df903caab3 FIX singular raises exception when NO_EXCEPTIONS set
FIX unused formal parameter warnings

svn path=/trunk/boost/boost/numeric/ublas/; revision=32514
2006-02-02 18:29:09 +00:00
Michael Stevens
ee44e83f88 FIX completed ignore_unused_variable thanks to Georg Baum
svn path=/trunk/boost/boost/numeric/ublas/; revision=31601
2005-11-08 18:26:34 +00:00
Michael Stevens
99cc068e34 ADD ignore_unused_variable thanks to Angus Lemming
FIX tabs to spaces

svn path=/trunk/boost/boost/numeric/ublas/; revision=31578
2005-11-06 14:57:14 +00:00
Michael Stevens
f2453a47ac FIX coordinate_vector pop_back type, should be filled_
Thanks to Markus Schöpflin

svn path=/trunk/boost/boost/numeric/ublas/; revision=31537
2005-11-02 20:42:40 +00:00
Michael Stevens
c93a4c08cf FIX avoid past end derefence in insert THANKS Jan Amtrup
svn path=/trunk/boost/boost/numeric/ublas/; revision=31523
2005-11-01 09:01:20 +00:00
Michael Stevens
6d42ba0536 FIX coordinate_matrix pop_back type, should be filled_
Thanks to Markus Schöpflin

svn path=/trunk/boost/boost/numeric/ublas/; revision=31407
2005-10-20 09:19:41 +00:00
Michael Stevens
73886d5cdc FIX type i_ instead of j_ in ref()
svn path=/trunk/boost/boost/numeric/ublas/; revision=31372
2005-10-18 13:16:04 +00:00
Michael Stevens
dbe66751ab ADD first tests of Container concept
svn path=/trunk/boost/libs/numeric/ublas/; revision=31348
2005-10-16 16:35:18 +00:00
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
8aa2f72de9 Code equivilent for asum of complex
svn path=/trunk/boost/libs/numeric/ublas/; revision=31216
2005-10-07 11:35:50 +00:00
Michael Stevens
78272e9a09 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

svn path=/trunk/boost/libs/numeric/ublas/; revision=31214
2005-10-06 19:58:39 +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
90b0cee447 FIX norm_1 so it is implemented as sum(abs(()) as documented and correctly defined
svn path=/trunk/boost/libs/numeric/ublas/; revision=31175
2005-10-02 12:35:36 +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
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
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
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
1050f46dfb ADD Array Adaptor
svn path=/trunk/boost/libs/numeric/ublas/; revision=30597
2005-08-16 18:09:58 +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
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