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

590 Commits

Author SHA1 Message Date
Michael Stevens
e320497862 FIX remove none space space in last commit
FIX interval was not compilable due to rename to scalar_traits
CHANGE interval handling to use general abs/sqrt from last commit

svn path=/trunk/boost/boost/numeric/ublas/; revision=35519
2006-10-07 18:18:01 +00:00
Michael Stevens
de658c29b1 FIX allow abs and sqrt to be found via ADL. Thanks to John Maddock
svn path=/trunk/boost/boost/numeric/ublas/; revision=35518
2006-10-07 17:04:47 +00:00
Michael Stevens
ba7d7379d4 [uBLAS] make VC8 workaround use self_type consistently
svn path=/trunk/boost/boost/numeric/ublas/; revision=35496
2006-10-05 09:02:23 +00:00
Gennaro Prota
d705986d3e boost guidelines (mainly from inspect tool: tabs, license reference text, etc.)
svn path=/trunk/boost/boost/numeric/ublas/; revision=34752
2006-07-27 10:27:37 +00:00
Gennaro Prota
3030220292 fixed typos reported in http://bugs.debian.org/378016 (there seems to be no mention of the erroneous names in the docs); NOTE(!): license reference text to be fixed; guard macro name beginning with underscore
svn path=/trunk/boost/boost/numeric/ublas/; revision=34625
2006-07-20 12:35:49 +00:00
Michael Stevens
1ed1437bc1 uBLAS MINOR removed tabs
svn path=/trunk/boost/libs/numeric/ublas/; revision=34564
2006-07-16 20:33:17 +00:00
Michael Stevens
bda647a0ba FIX nnz and nnz_capacitz added. Thanks Gunter
svn path=/trunk/boost/boost/numeric/ublas/; revision=34556
2006-07-16 13:48:52 +00:00
Michael Stevens
15c7648f01 CHANGE Remove carray_adaptor which is not in the source!
svn path=/trunk/boost/libs/numeric/ublas/; revision=34555
2006-07-16 13:19:34 +00:00
Michael Stevens
e91eb5313a FIX use new layout_type::index_Mm operations. Thanks Gunter for spoting this
svn path=/trunk/boost/boost/numeric/ublas/; revision=34554
2006-07-16 13:13:42 +00:00
Michael Stevens
4fcc1bc455 [uBLAS] FIX unspoorted compilers set BOOST_UBLAS_UNSUPPORTED_COMPILER=1 so we can compare with !=- to override
svn path=/trunk/boost/boost/numeric/ublas/; revision=34501
2006-07-10 16:21:28 +00:00
Michael Stevens
f660c5faca CHANGE Remove greater for testing and replece with rhs.less(lhs)
svn path=/trunk/boost/boost/numeric/ublas/; revision=34365
2006-06-21 18:17:53 +00:00
Michael Stevens
679f4b1cfa FIX index_pair and index_tripler LessTen Comparable
svn path=/trunk/boost/boost/numeric/ublas/; revision=34361
2006-06-20 18:55:30 +00:00
Michael Stevens
88e9bbf4a6 FIX Workaround BBc2 problem on linking source from subdirectories. The link command line tried to link on the directory
svn path=/trunk/boost/libs/numeric/ublas/; revision=34251
2006-06-08 20:40:18 +00:00
Michael Stevens
2d7b673fef *** keyword substitution change ***
svn path=/trunk/boost/libs/numeric/ublas/; revision=34250
2006-06-08 20:24:59 +00:00
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